Start syncthing with i3
This commit is contained in:
@ -106,10 +106,10 @@ bindsym $mod+Ctrl+Up move up
|
||||
bindsym $mod+Ctrl+Right move right
|
||||
|
||||
# RESIZE
|
||||
bindsym $mod+Shift+h resize shrink width 10px or 10 ppt
|
||||
bindsym $mod+Shift+j resize shrink height 10px or 10 ppt
|
||||
bindsym $mod+Shift+k resize grow height 10px or 10 ppt
|
||||
bindsym $mod+Shift+l resize grow width 10px or 10 ppt
|
||||
bindsym $mod+Shift+h resize shrink width 20px or 20 ppt
|
||||
bindsym $mod+Shift+j resize shrink height 20px or 20 ppt
|
||||
bindsym $mod+Shift+k resize grow height 20px or 20 ppt
|
||||
bindsym $mod+Shift+l resize grow width 20px or 20 ppt
|
||||
|
||||
bindsym $mod+Shift+Left resize shrink width 10px or 10 ppt
|
||||
bindsym $mod+Shift+Down resize shrink height 10px or 10 ppt
|
||||
@ -316,6 +316,7 @@ exec --no-startup-id unclutter -grab
|
||||
# RELOAD
|
||||
exec_always --no-startup-id compton
|
||||
exec_always --no-startup-id dunst
|
||||
exec_always --no-startup-id syncthing
|
||||
exec_always xrdb --merge ~/.Xresoureces
|
||||
|
||||
## Volume control
|
||||
|
||||
@ -9,7 +9,6 @@ export WINIT_HIDPI_FACTOR=1.0
|
||||
setxkbmap -model pc105 -layout us,ru -option grp:ctrls_toggle
|
||||
setxkbmap -option caps:escape -option compose:ralt &
|
||||
|
||||
syncthing &
|
||||
emacs --daemon &
|
||||
|
||||
exec i3
|
||||
|
||||
Reference in New Issue
Block a user