Guest User

i3config

a guest
Oct 6th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.23 KB | None | 0 0
  1. # i3 config file (v4)
  2. # Please see http://i3wm.org/docs/userguide.html for a complete reference!
  3.  
  4. # Set mod key (Mod1=<Alt>, Mod4=<Super>)
  5. set $mod Mod4
  6.  
  7. # set default desktop layout (default is tiling)
  8. # workspace_layout tabbed <stacking|tabbed>
  9.  
  10. # Configure border style <normal|1pixel|pixel xx|none|pixel>
  11. new_window pixel 1
  12. new_float normal
  13.  
  14. # Hide borders
  15. hide_edge_borders none
  16.  
  17. # change borders
  18. bindsym $mod+u border none
  19. bindsym $mod+y border pixel 1
  20. bindsym $mod+n border normal
  21.  
  22. # Font for window titles. Will also be used by the bar unless a different font
  23. # is used in the bar {} block below.
  24. #font xft:URWGothic-Book 11
  25. font SauceCodePro Nerd Font Mono 10
  26. # Use Mouse+$mod to drag floating windows
  27. floating_modifier $mod
  28.  
  29. # start a terminal
  30. bindsym $mod+Return exec termite
  31. bindsym $mod+Shift+Return exec termite -T floatingterm -e fish
  32. # kill focused window
  33. bindsym $mod+Shift+q kill
  34.  
  35. # start program launcher
  36. #bindsym $mod+d exec --no-startup-id dmenu_recency
  37. bindsym $mod+d exec --no-startup-id rofi -show drun
  38.  
  39. # launch categorized menu
  40. bindsym $mod+g exec --no-startup-id morc_menu
  41.  
  42. ################################################################################################
  43. ## sound-section - DO NOT EDIT if you wish to automatically upgrade Alsa -> Pulseaudio later! ##
  44. ################################################################################################
  45.  
  46. exec --no-startup-id volumeicon
  47. ###bindsym $mod+Ctrl+m exec terminal -e 'alsamixer'
  48. exec --no-startup-id pulseaudio
  49. #exec --no-startup-id pa-applet
  50. bindsym $mod+Ctrl+m exec pavucontrol
  51.  
  52. ################################################################################################
  53.  
  54. # Screen brightness controls
  55. # bindsym XF86MonBrightnessUp exec "xbacklight -inc 10; notify-send 'brightness up'"
  56. # bindsym XF86MonBrightnessDown exec "xbacklight -dec 10; notify-send 'brightness down'"
  57.  
  58. #bindsym XF86AudioMute exec --no-startup-id ~/.scripts/lmc mute
  59. #bindsym XF86AudioLowerVolume exec --no-startup-id ~/.scripts/lmc down 5
  60. #bindsym Shift+XF86AudioLowerVolume exec --no-startup-id ~/.scripts/lmc down 10
  61. #bindsym Control+XF86AudioLowerVolume exec --no-startup-id ~/.scripts/lmc down 1
  62. #bindsym XF86AudioRaiseVolume exec --no-startup-id ~/.scripts/lmc up 5
  63. #bindsym Shift+XF86AudioRaiseVolume exec --no-startup-id ~/.scripts/lmc up 10
  64. #bindsym Control+XF86AudioRaiseVolume exec --no-startup-id ~/.scripts/lmc up 1
  65.  
  66. # Pulse Audio controls
  67. bindsym XF86AudioRaiseVolume exec --no-startup-id exec pulseaudio-ctl up #increase sound volume
  68. bindsym XF86AudioLowerVolume exec --no-startup-id exec pulseaudio-ctl down #decrease sound volume
  69. bindsym XF86AudioMute exec --no-startup-id exec pulseaudio-ctl mute # mute sound
  70. bindsym XF86AudioPlay exec --no-startup-id mpc toggle
  71. bindsym XF86AudioNext exec --no-startup-id mpc next
  72. bindsym XF86AudioPrev exec mpc prev
  73. bindsym XF86AudioStop exec --no-startup-id mpc stop
  74. #bindsym XF86HomePage exec --no-startup-id qutebrowser
  75. bindsym XF86HomePage exec --no-startup-id google-chrome-stable
  76. bindsym XF86ScreenSaver exec betterlockscreen -l "dimblur"
  77.  
  78. # Start Applications
  79. bindsym $mod+Ctrl+b exec terminal -e 'bmenu'
  80. bindsym $mod+F3 exec firefox
  81. bindsym $mod+F2 exec terminal -e fish; ranger
  82. bindsym $mod+Shift+F3 exec gksu pcmanfm
  83. bindsym $mod+F5 exec terminal -e 'mocp'
  84. bindsym $mod+t exec --no-startup-id pkill compton
  85. bindsym $mod+Ctrl+t exec --no-startup-id compton --unredir-if-possible --glx-use-copysubbuffermesa
  86. bindsym $mod+Shift+d --release exec "killall dunst; exec notify-send 'restart dunst'"
  87. bindsym Print exec --no-startup-id i3-scrot
  88. bindsym $mod+Print --release exec --no-startup-id i3-scrot -w
  89. bindsym $mod+Shift+Print --release exec --no-startup-id i3-scrot -s
  90. bindsym $mod+Shift+Ctrl+h exec xdg-open /usr/share/doc/manjaro/i3_help.pdf
  91. bindsym $mod+Ctrl+x --release exec --no-startup-id xkill
  92.  
  93. # focus_follows_mouse no
  94.  
  95. # change focus
  96. bindsym $mod+h focus left
  97. bindsym $mod+j focus down
  98. bindsym $mod+k focus up
  99. bindsym $mod+l focus right
  100.  
  101. # alternatively, you can use the cursor keys:
  102. bindsym $mod+Left focus left
  103. bindsym $mod+Down focus down
  104. bindsym $mod+Up focus up
  105. bindsym $mod+Right focus right
  106.  
  107. # move focused window
  108. bindsym $mod+Shift+h move left
  109. bindsym $mod+Shift+j move down
  110. bindsym $mod+Shift+k move up
  111. bindsym $mod+Shift+l move right
  112.  
  113. # alternatively, you can use the cursor keys:
  114. bindsym $mod+Shift+Left move left
  115. bindsym $mod+Shift+Down move down
  116. bindsym $mod+Shift+Up move up
  117. bindsym $mod+Shift+Right move right
  118.  
  119. # workspace back and forth (with/without active container)
  120. workspace_auto_back_and_forth yes
  121. bindsym $mod+b workspace back_and_forth
  122. bindsym $mod+Shift+b move container to workspace back_and_forth; workspace back_and_forth
  123.  
  124. # split orientation
  125. #bindsym $mod+h split h;exec notify-send 'tile horizontally'
  126. #bindsym $mod+v split v;exec notify-send 'tile vertically'
  127. bindsym $mod+q split toggle; exec notify-send 'split toggled'
  128.  
  129. # toggle fullscreen mode for the focused container
  130. bindsym $mod+f fullscreen toggle
  131.  
  132. # change container layout (stacked, tabbed, toggle split)
  133. bindsym $mod+s layout stacking
  134. bindsym $mod+w layout tabbed
  135. bindsym $mod+e layout toggle split
  136.  
  137. # toggle tiling / floating
  138. bindsym $mod+Shift+space floating toggle
  139.  
  140. # change focus between tiling / floating windows
  141. bindsym $mod+space focus mode_toggle
  142.  
  143. # toggle sticky
  144. bindsym $mod+Shift+s sticky toggle
  145.  
  146. # focus the parent container
  147. bindsym $mod+a focus parent
  148.  
  149. # move the currently focused window to the scratchpad
  150. bindsym $mod+Shift+minus move scratchpad
  151.  
  152. # Show the next scratchpad window or hide the focused scratchpad window.
  153. # If there are multiple scratchpad windows, this command cycles through them.
  154. bindsym $mod+minus scratchpad show
  155.  
  156. #navigate workspaces next / previous
  157. bindsym $mod+Ctrl+Right workspace next
  158. bindsym $mod+Ctrl+Left workspace prev
  159.  
  160. # Workspace names
  161. # to display names or symbols instead of plain workspace numbers you can use
  162. # something like: set $ws1 1:mail
  163. # set $ws2 2:
  164. set $ws1 "  "
  165. set $ws2 "  "
  166. set $ws3 "  "
  167. set $ws4 "  "
  168. set $ws5 "  "
  169. set $ws6 " ♫ "
  170. set $ws7 "  "
  171. set $ws8 "8"
  172.  
  173. # switch to workspace
  174. bindsym $mod+1 workspace $ws1
  175. bindsym $mod+2 workspace $ws2
  176. bindsym $mod+3 workspace $ws3
  177. bindsym $mod+4 workspace $ws4
  178. bindsym $mod+5 workspace $ws5
  179. bindsym $mod+6 workspace $ws6
  180. bindsym $mod+7 workspace $ws7
  181. bindsym $mod+8 workspace $ws8
  182.  
  183. # Move focused container to workspace
  184. bindsym $mod+Ctrl+1 move container to workspace $ws1
  185. bindsym $mod+Ctrl+2 move container to workspace $ws2
  186. bindsym $mod+Ctrl+3 move container to workspace $ws3
  187. bindsym $mod+Ctrl+4 move container to workspace $ws4
  188. bindsym $mod+Ctrl+5 move container to workspace $ws5
  189. bindsym $mod+Ctrl+6 move container to workspace $ws6
  190. bindsym $mod+Ctrl+7 move container to workspace $ws7
  191. bindsym $mod+Ctrl+8 move container to workspace $ws8
  192.  
  193. # Move to workspace with focused container
  194. bindsym $mod+Shift+1 move container to workspace $ws1; workspace $ws1
  195. bindsym $mod+Shift+2 move container to workspace $ws2; workspace $ws2
  196. bindsym $mod+Shift+3 move container to workspace $ws3; workspace $ws3
  197. bindsym $mod+Shift+4 move container to workspace $ws4; workspace $ws4
  198. bindsym $mod+Shift+5 move container to workspace $ws5; workspace $ws5
  199. bindsym $mod+Shift+6 move container to workspace $ws6; workspace $ws6
  200. bindsym $mod+Shift+7 move container to workspace $ws7; workspace $ws7
  201. bindsym $mod+Shift+8 move container to workspace $ws8; workspace $ws8
  202.  
  203. # Open applications on specific workspaces
  204. # assign [class="Thunderbird"] $ws1
  205. # assign [class="Pale moon"] $ws2
  206. assign [class="Pcmanfm"] $ws5
  207. # assign [class="Skype"] $ws5
  208. assign [class="firefox"] $ws2
  209. assign [class="qutebrowser"] $ws2
  210. assign [class="emacs"] $ws4
  211. assign [class="cmus"] $ws6
  212. assign [class="Terminator"]$ws3
  213. assign [class="Google-chrome"] $ws2
  214. assign [class="urxvt"] $ws3
  215. assign [class="Avogadro"] $ws1
  216. assign [class="kalgebra"] $ws1
  217. assign [class="GeoGebra"] $ws1
  218. assign [class="kalzium"] $ws1
  219. assign [class="TelegramDesktop"] $ws7
  220. assign [class="Termite"] $ws3
  221. # Open specific applications in floating mode
  222. for_window [title="alsamixer"] floating enable border pixel 1
  223. for_window [class="calamares"] floating enable border normal
  224. for_window [class="Clipgrab"] floating enable
  225. for_window [title="File Transfer*"] floating enable
  226. for_window [class="Galculator"] floating enable border pixel 1
  227. for_window [class="GParted"] floating enable border normal
  228. for_window [title="i3_help"] floating enable sticky enable border normal
  229. for_window [class="Lightdm-settings"] floating enable
  230. for_window [class="Lxappearance"] floating enable sticky enable border normal
  231. for_window [class="Manjaro-hello"] floating enable
  232. for_window [class="Manjaro Settings Manager"] floating enable border normal
  233. for_window [title="MuseScore: Play Panel"] floating enable
  234. for_window [class="Nitrogen"] floating enable sticky enable border normal
  235. for_window [class="Oblogout"] fullscreen enable
  236. for_window [class="octopi"] floating enable
  237. for_window [title="About Pale Moon"] floating enable
  238. for_window [class="Pamac-manager"] floating enable
  239. for_window [class="Pavucontrol"] floating enable
  240. for_window [class="qt5ct"] floating enable sticky enable border normal
  241. for_window [class="Qtconfig-qt4"] floating enable sticky enable border normal
  242. for_window [class="Simple-scan"] floating enable border normal
  243. for_window [class="(?i)System-config-printer.py"] floating enable border normal
  244. for_window [class="Skype"] floating enable border normal
  245. for_window [class="Timeset-gui"] floating enable border normal
  246. for_window [class="(?i)virtualbox"] floating enable border normal
  247. for_window [class="Xfburn"] floating enable
  248. # switch to workspace with urgent window automatically
  249. for_window [urgent=latest] focus
  250.  
  251. # reload the configuration file
  252. bindsym $mod+Shift+c reload
  253.  
  254. # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
  255. bindsym $mod+Shift+r restart
  256.  
  257. # exit i3 (logs you out of your X session)
  258. bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
  259.  
  260. # Set shut down, restart and locking features
  261. bindsym $mod+0 mode "$mode_system"
  262. set $mode_system (l)ock, (e)xit, switch_(u)ser, (s)uspend, (h)ibernate, (r)eboot, (Shift+s)hutdown
  263. mode "$mode_system" {
  264. bindsym l exec --no-startup-id i3exit lock, mode "default"
  265. bindsym s exec --no-startup-id i3exit suspend, mode "default"
  266. bindsym u exec --no-startup-id i3exit switch_user, mode "default"
  267. bindsym e exec --no-startup-id i3exit logout, mode "default"
  268. bindsym h exec --no-startup-id i3exit hibernate, mode "default"
  269. bindsym r exec --no-startup-id i3exit reboot, mode "default"
  270. bindsym Shift+s exec --no-startup-id i3exit shutdown, mode "default"
  271.  
  272. # exit system mode: "Enter" or "Escape"
  273. bindsym Return mode "default"
  274. bindsym Escape mode "default"
  275. }
  276.  
  277. # Resize window (you can also use the mouse for that)
  278. bindsym $mod+r mode "resize"
  279. mode "resize" {
  280. # These bindings trigger as soon as you enter the resize mode
  281. # Pressing left will shrink the window’s width.
  282. # Pressing right will grow the window’s width.
  283. # Pressing up will shrink the window’s height.
  284. # Pressing down will grow the window’s height.
  285. bindsym h resize shrink width 5 px or 5 ppt
  286. bindsym j resize grow height 5 px or 5 ppt
  287. bindsym k resize shrink height 5 px or 5 ppt
  288. bindsym l resize grow width 5 px or 5 ppt
  289.  
  290. # same bindings, but for the arrow keys
  291. bindsym Left resize shrink width 10 px or 10 ppt
  292. bindsym Down resize grow height 10 px or 10 ppt
  293. bindsym Up resize shrink height 10 px or 10 ppt
  294. bindsym Right resize grow width 10 px or 10 ppt
  295.  
  296. # exit resize mode: Enter or Escape
  297. bindsym Return mode "default"
  298. bindsym Escape mode "default"
  299. }
  300.  
  301. # Autostart applications
  302. exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
  303. exec --no-startup-id mpd
  304. exec_always --no-startup-id wal -a 20 -i ~/Pictures/Wallpapers/everything_will_be_ok-1280x800.jpg
  305. #exec --no-startup-id nitrogen --restore; sleep 1;
  306. exec --no-startup-id compton --unredir-if-possible --glx-use-copysubbuffermesa
  307. exec_always --no-startup-id ~/.config/polybar/launch.sh
  308. #exec --no-startup-id manjaro-hello
  309. exec --no-startup-id nm-applet
  310. exec --no-startup-id xfce4-power-manager
  311. exec --no-startup-id pamac-tray
  312. exec --no-startup-id clipit
  313. exec --no-startup-id telegram-desktop
  314. # exec --no-startup-id blueman-applet
  315. # exec_always --no-startup-id sbxkb
  316. exec --no-startup-id start_conky_maia
  317. # exec --no-startup-id start_conky_green
  318. exec --no-startup-id xautolock -time 10 -locker blurlock
  319. exec_always --no-startup-id ff-theme-util
  320. exec_always --no-startup-id fix_xcursor
  321. exec --no-startup-id notify-send '<b>Welcome back RED!</b>' -i ~/Pictures/Wallpapers/anime_girl-1280x800.jpg
  322. exec_always --no-startup-id notify-send '<b>Hi Red! Whats up?</b>' -i ~/Pictures/Wallpapers/anime_girl-1280x800.jpg
  323.  
  324. # Color palette used for the terminal ( ~/.Xresources file )
  325. # Colors are gathered based on the documentation:
  326. # https://i3wm.org/docs/userguide.html#xresources
  327. # Change the variable name at the place you want to match the color
  328. # of your terminal like this:
  329. # [example]
  330. # If you want your bar to have the same background color as your
  331. # terminal background change the line 362 from:
  332. # background #14191D
  333. # to:
  334. # background $term_background
  335. # Same logic applied to everything else.
  336. set_from_resource $term_background background
  337. set_from_resource $term_foreground foreground
  338. set_from_resource $term_color0 color0
  339. set_from_resource $term_color1 color1
  340. set_from_resource $term_color2 color2
  341. set_from_resource $term_color3 color3
  342. set_from_resource $term_color4 color4
  343. set_from_resource $term_color5 color5
  344. set_from_resource $term_color6 color6
  345. set_from_resource $term_color7 color7
  346. set_from_resource $term_color8 color8
  347. set_from_resource $term_color9 color9
  348. set_from_resource $term_color10 color10
  349. set_from_resource $term_color11 color11
  350. set_from_resource $term_color12 color12
  351. set_from_resource $term_color13 color13
  352. set_from_resource $term_color14 color14
  353. set_from_resource $term_color15 color15
  354.  
  355. # RGB
  356. set $cyan0 #4ec2f7
  357. set $silver0 #e4e4e4
  358. set $orange #ff8700
  359.  
  360. # RGBA
  361. set $cyan #4ec2f799
  362. set $acqua #00708999
  363. set $wine #72003e99
  364. set $magenta #af005f99
  365. set $silver #e4e4e499
  366. set $toxic #8EC00099
  367. ## set $elegant #00002c00
  368. set $elegant #00263647
  369. #############################################################################
  370. ############################# DEFAULT i3 BAR ################################
  371. #############################################################################
  372. # Start i3bar to display a workspace bar (plus the system information i3status if available)
  373. #bar {
  374. # i3bar_command i3bar
  375. # status_command i3status
  376. # position bottom
  377.  
  378. ## please set your primary output first. Example: 'xrandr --output eDP1 --primary'
  379. # tray_output primary
  380. # tray_output eDP1
  381. #
  382. # bindsym button4 nop
  383. # bindsym button5 nop
  384. # font xft:URWGothic-Book 11
  385. # strip_workspace_numbers yes
  386. #
  387. # colors {
  388. # background #222D31
  389. # statusline #F9FAF9
  390. # separator #454947
  391. #
  392. # border backgr. text
  393. # focused_workspace #F9FAF9 #16a085 #292F34
  394. # active_workspace #595B5B #353836 #FDF6E3
  395. # inactive_workspace #595B5B #222D31 #EEE8D5
  396. # binding_mode #16a085 #2C2C2C #F9FAF9
  397. # urgent_workspace #16a085 #FDF6E3 #E5201D
  398. # }
  399. #}
  400.  
  401. ####################################################################################
  402. ############################# MY i3 BLOCKS CONFIG ##################################
  403. ####################################################################################
  404.  
  405. # Start i3blocks to display a workspace bar
  406. #bar
  407. #{
  408. # position top
  409. # status_command i3blocks -c ~/.i3/.i3blocks.conf
  410. # i3bar_command i3bar -t
  411. # font pango: SauceCodePro Nerd Font Black 10
  412. # colors
  413. # {
  414. # # Border # Background # Text
  415. # focused_workspace $silver0 $silver0 $elegant
  416. # active_workspace $elegant $elegant $orange
  417. # inactive_workspace $elegant $elegant $cyan0
  418. # urgent_workspace $acqua $acqua $silver0
  419. # background $elegant
  420. # }
  421. #}
  422.  
  423.  
  424. # hide/unhide i3status bar
  425. bindsym $mod+m bar mode toggle
  426.  
  427. # Theme colors
  428. # class border backgr. text indic. child_border
  429. # client.focused #556064 #556064 #80FFF9 #FDF6E3
  430. # client.focused_inactive #2F3D44 #2F3D44 #1ABC9C #454948
  431. # client.unfocused #2F3D44 #2F3D44 #1ABC9C #454948
  432. # client.urgent #CB4B16 #FDF6E3 #1ABC9C #268BD2
  433. # client.placeholder #000000 #0c0c0c #ffffff #000000
  434.  
  435. # client.background #2B2C2B
  436.  
  437.  
  438. ############################################################################
  439. #######################colors from other's config###########################
  440. ############################################################################
  441. # test colors from wal
  442. set_from_resource $color0 i3wm.color0 #f0f0f0
  443. set_from_resource $color1 i3wm.color1 #f0f0f0
  444. set_from_resource $color2 i3wm.color2 #f0f0f0
  445. set_from_resource $color3 i3wm.color3 #f0f0f0
  446. set_from_resource $color4 i3wm.color4 #f0f0f0
  447. set_from_resource $color5 i3wm.color5 #f0f0f0
  448. set_from_resource $color6 i3wm.color6 #f0f0f0
  449. set_from_resource $color7 i3wm.color7 #f0f0f0
  450. set_from_resource $fg i3wm.foreground #ffffff
  451. set_from_resource $bg i3wm.background #000000
  452. # class border backgr. text indicator child_border
  453. client.focused $color1 $color1 #ffffff $color1 $fg
  454. client.focused_inactive #333333 #5f676a #ffffff #484e50 $color1
  455. client.unfocused #333333 #222222 #888888 #292d2e $bg
  456. client.urgent #2f343a #900000 #ffffff #900000 $color3
  457. client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
  458.  
  459. client.background #ffffff
  460. #############################
  461. ### settings for i3-gaps: ###
  462. #############################
  463.  
  464. # Set inner/outer gaps
  465. gaps inner 14
  466. gaps outer -2
  467.  
  468. # Additionally, you can issue commands with the following syntax. This is useful to bind keys to changing the gap size.
  469. # gaps inner|outer current|all set|plus|minus <px>
  470. # gaps inner all set 10
  471. # gaps outer all plus 5
  472.  
  473. # Smart gaps (gaps used if only more than one container on the workspace)
  474. smart_gaps on
  475.  
  476. # Smart borders (draw borders around container only if it is not the only container on this workspace)
  477. # on|no_gaps (on=always activate and no_gaps=only activate if the gap size to the edge of the screen is 0)
  478. smart_borders on
  479.  
  480. # Press $mod+Shift+g to enter the gap mode. Choose o or i for modifying outer/inner gaps. Press one of + / - (in-/decrement for current workspace) or 0 (remove gaps for current workspace). If you also press Shift with these keys, the change will be global for all workspaces.
  481. set $mode_gaps Gaps: (o) outer, (i) inner
  482. set $mode_gaps_outer Outer Gaps: +|-|0 (local), Shift + +|-|0 (global)
  483. set $mode_gaps_inner Inner Gaps: +|-|0 (local), Shift + +|-|0 (global)
  484. bindsym $mod+Shift+g mode "$mode_gaps"
  485.  
  486. mode "$mode_gaps" {
  487. bindsym o mode "$mode_gaps_outer"
  488. bindsym i mode "$mode_gaps_inner"
  489. bindsym Return mode "default"
  490. bindsym Escape mode "default"
  491. }
  492. mode "$mode_gaps_inner" {
  493. bindsym plus gaps inner current plus 5
  494. bindsym minus gaps inner current minus 5
  495. bindsym 0 gaps inner current set 0
  496.  
  497. bindsym Shift+plus gaps inner all plus 5
  498. bindsym Shift+minus gaps inner all minus 5
  499. bindsym Shift+0 gaps inner all set 0
  500.  
  501. bindsym Return mode "default"
  502. bindsym Escape mode "default"
  503. }
  504. mode "$mode_gaps_outer" {
  505. bindsym plus gaps outer current plus 5
  506. bindsym minus gaps outer current minus 5
  507. bindsym 0 gaps outer current set 0
  508.  
  509. bindsym Shift+plus gaps outer all plus 5
  510. bindsym Shift+minus gaps outer all minus 5
  511. bindsym Shift+0 gaps outer all set 0
  512.  
  513. bindsym Return mode "default"
  514. bindsym Escape mode "default"
  515. }
Add Comment
Please, Sign In to add comment