소스 검색

Start syncthing with i3

Colin Powell 5 년 전
부모
커밋
4e8e2a85d8
2개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 4
      i3/.config/i3/config
  2. 0 1
      x/.xinitrc

+ 5 - 4
i3/.config/i3/config

@@ -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

+ 0 - 1
x/.xinitrc

@@ -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