poetician

i3 Poetician Edition Fr| nvme1n1 (edits in the config)

Apr 5th, 2022 (edited)
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.30 KB | None | 0 0
  1. #ᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜ#
  2. #ᰜᰜᰜ ㄗ 𑁣 𑁗 ፖ ༑ ᙅ ༑ 𞄑 ⴄ 𓁿Ꝣᰃ𑊸 ᰜᰜᰜ ᕮᗤ𐏒𐌕𐏒𐀏ꤚ ㄗ𐍈𐔹ⵖЪДⴽ ᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜ#
  3. #ᰜᰜᰜ https://gitlab.com/Poetician ᰜᰜᰜᰜᰜᰜᰜ https://pastebin.com/u/poetician ᰜᰜᰜ#
  4. #ᰜᰜᰜ Ver: 4.20.1 (2021-11-03) © 2009 Michael Stapelberg and contributors ᰜᰜᰜ#
  5. #ᰜᰜᰜ Dev URL:https://i3wm.org/ ᰜᰜᰜ https://www.reddit.com/r/i3wm/ ᰜᰜᰜ#
  6. #ᰜᰜᰜ ┌─[poeticien@Ryzen-fr] - [~] - [jeu nov 04, 08: 04] ᰜᰜᰜ#
  7. #ᰜᰜᰜ | ISO_BUILD=Fri Oct 29 01:43:45 AM CEST 2021 ᰜᰜᰜ#
  8. #ᰜᰜᰜ | ISO_CODENAME=ArcoLinuxB-i3 ᰜᰜᰜ#
  9. #ᰜᰜᰜ | ISO_RELEASE=v21.11.05 ᰜᰜᰜ#
  10. #ᰜᰜᰜ URL:https://www.arcolinux.info/ ᰜᰜᰜ#
  11. #ᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜ#
  12.  
  13. #ᰜᰜᰜᰜᰜᰜ Recent Change Log ᰜᰜᰜᰜᰜᰜᰜ#
  14.  
  15. # Modified a $ws13 keybind
  16. # Assigned Kvantum Manager and Qt5ct to $ws14
  17. # Corrected the lines for Xfce4-dict
  18. # Added and configured Vlc
  19. # Changed a few keybinds (Audacious, Darktable, Inkscape, Vlc, URxvt)
  20. # Added Czkawka-gui to $ws9
  21. # Added links to launching Firefox and Librewolf
  22. # Corrected typo for GParted
  23. # GParted keybind added
  24. # Gcolor3 keybind changed
  25. # Changed Picom toggle keybind
  26. # Changed keybind for Vlc to avoid conflict
  27. # Setup Betterlockscreen
  28. # Removed Catfish
  29. # Moved Gcolor3 to $ws15 and removed Gpick
  30. # Streamlined a few lines and $ws14 specifically
  31.  
  32. #ᰜᰜᰜᰜᰜᰜ Define $mod Variable ᰜᰜᰜᰜᰜᰜᰜ#
  33.  
  34. set $mod Mod4
  35.  
  36. #ᰜᰜᰜᰜᰜᰜ Display Settings ᰜᰜᰜᰜᰜᰜ#
  37.  
  38. for_window [class="Nitrogen"] floating enable, resize set 1433 945, move position 260 82
  39. exec --no-startup-id nitrogen --restore
  40. bindsym $mod+n exec nitrogen
  41. exec killall picom &&
  42. exec_always --no-startup-id picom --experimental-backends --config ~/.config/picom.conf
  43. bindsym $mod+Ctrl+p exec --no-startup-id ~/.config/i3/scripts/picom-toggle.sh
  44. exec killall redshift &&
  45. exec redshift &
  46.  
  47. #ᰜᰜᰜᰜᰜᰜ Application Launching ᰜᰜᰜᰜᰜᰜ#
  48.  
  49. set $rofi exec rofi -show-icons -auto-select -font "Bauhaus 13"
  50. # Start drun Mode
  51. bindsym $mod+r $rofi -show drun
  52. # Start Rofi Theme Selector
  53. bindsym Ctrl+Mod1+r exec rofi-theme-selector
  54.  
  55. # Start jgmenu
  56. bindsym $mod+j exec jgmenu_run
  57.  
  58. #ᰜᰜᰜᰜᰜᰜ Loading Background Applets at Startup ᰜᰜᰜᰜᰜᰜ#
  59.  
  60. exec_always --no-startup-id autotiling
  61. exec --no-startup-id /usr/lib/geoclue-2.0/demos/agent
  62. for_window [class="Polkit-gnome-authentication-agent-1"] focus, move position 2760 460
  63. exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
  64. exec_always --no-startup-id ~/.config/polybar/launch.sh &
  65. exec setxkbmap -option caps:swapescape
  66. exec_always --no-startup-id unclutter --timeout 2
  67. exec --no-startup-id xfce4-power-manager &
  68. exec --no-startup-id /usr/lib/xfce4/notifyd/xfce4-notifyd &
  69.  
  70. #ᰜᰜᰜᰜᰜᰜ Loading Tray Applications at Startup ᰜᰜᰜᰜᰜᰜ#
  71.  
  72. # MEGA
  73. exec --no-startup-id megasync
  74. # Network
  75. # exec --no-startup-id nm-applet
  76. # Parcellite
  77. exec --no-startup-id parcellite
  78. # Veikk Tablet Driver
  79. exec --no-startup-id /lib/vktablet/vktablet
  80. # Volume
  81. exec --no-startup-id volumeicon
  82. # Workrave
  83. for_window [class="Workrave"] focus
  84. exec --no-startup-id workrave
  85.  
  86. #ᰜᰜᰜᰜᰜᰜ Reload Changed Configuration ᰜᰜᰜᰜᰜᰜ#
  87.  
  88. # Reload the configuration file (problematic with some apps; log out as required)
  89. bindsym $mod+Shift+c reload
  90.  
  91. # Restart i3 in place (preserves the layout/session, can be used to upgrade i3)
  92. bindsym $mod+Shift+r restart
  93.  
  94. #ᰜᰜᰜᰜᰜᰜ Stop Applications/Session ᰜᰜᰜᰜᰜᰜ#
  95.  
  96. # Kill focused window
  97. bindsym $mod+q kill
  98.  
  99. # Xkill focused window
  100. bindsym --release $mod+Escape exec xkill
  101.  
  102. # Betterlockscreen | Set desktop background with custom effect
  103. bindsym $mod+Ctrl+b exec betterlockscreen -l dimblur
  104.  
  105. # Lockscreen, Logout, Reboot
  106. bindsym $mod+x exec arcolinux-logout
  107.  
  108. #ᰜᰜᰜᰜᰜᰜ Workspace Assignments; Application Directives and Launching ᰜᰜᰜᰜᰜᰜ#
  109.  
  110. set $ws1 "1"
  111. assign [class="firefox|Midori|librewolf-bin"] $ws1
  112. exec --no-startup-id firefox
  113. bindsym $mod+w exec firefox
  114. bindsym Ctrl+Mod1+f exec firefox
  115. bindsym $mod+F9 exec firefox https://gitlab.com/Poetician
  116. bindsym $mod+F11 exec firefox https://pastebin.com/u/poetician
  117. bindsym $mod+Ctrl+w exec librewolf
  118. bindsym $mod+End exec librewolf https://pastebin.com/u/poetician
  119. bindsym $mod+Home exec librewolf https://gitlab.com/Poetician
  120. bindsym $mod+Next exec librewolf https://studio.youtube.com/channel/UCmP5yzI3bT4EP5lyitpor8w
  121. bindsym $mod+Prior exec librewolf https://www.youtube.com/channel/UCmP5yzI3bT4EP5lyitpor8w
  122.  
  123. set $ws2 "2"
  124. assign [class="Blender|Inkscape|com-eteks-sweethome3d-SweetHome3D"] $ws2
  125. bindsym $mod+b exec blender
  126. bindsym $mod+Ctrl+s exec ~/.config/SweetHome3D-6.6/SweetHome3D.sh
  127. bindsym $mod+i exec inkscape
  128.  
  129. set $ws3 "3"
  130. assign [class="qimgv|Darktable"] $ws3
  131. for_window [class="qimgv|Darktable"] focus
  132. bindsym $mod+d exec darktable
  133.  
  134. set $ws4 "4"
  135. assign [class="libreoffice"] $ws4
  136. for_window [class="libreoffice"] floating enable, resize set 1200 1020, move position 360 30
  137. for_window [title="Standard"] floating enable, resize set 177 403, move postion 159 79
  138. for_window [title="Formatting"] floating enable, resize set 259 251, move postion 77 512
  139. bindsym $mod+l exec --no-startup-id libreoffice
  140.  
  141. set $ws5 "5"
  142. assign [class="kdenlive|Olive"] $ws5
  143. for_window [class="kdenlive|Olive"]focus
  144. for_window [title="Clip titre"] floating enable, resize set 1220 785, move postion 350 150
  145. bindsym $mod+k exec kdenlive
  146. bindsym $mod+Shift+o exec olive-editor
  147.  
  148. set $ws6 "6"
  149. assign [class="Gimp-2.10"] $ws6
  150. for_window [instance="script-fu"] border normal
  151. for_window [title="Copying"] floating enable
  152. for_window [title="Deleting"] floating enable
  153. for_window [title="Moving"] floating enable
  154. for_window [window_role="^gimp-toolbox-color-dialog$"] floating enable
  155. for_window [window_role="pop-up"] floating enable
  156. for_window [window_role="^Preferences$"] floating enable
  157. for_window [window_role="setup"] floating enable
  158. for_window [window_role="gimp-file-export"] floating enabale, move position 80 80
  159. bindsym $mod+g exec gimp-2.10
  160.  
  161. set $ws7 "7"
  162. assign [class="Google Earth Pro"] $ws7
  163. for_window [class="Google Earth Pro"]focus
  164. bindsym $mod+e exec google-earth-pro
  165.  
  166. set $ws8 "8"
  167. assign [class="Pystopwatch|Audacious|Xscreensaver-demo"] $ws8
  168. for_window [class="Audacious"] floating enable, move position 1000 80, resize set 620 140
  169. for_window [title="Blur Scope"] floating enable, move position 1070 90, resize set 600 180
  170. exec audacious
  171. bindsym $mod+Ctrl+a exec audacious
  172. for_window [class="Pystopwatch"] floating enable, move position 320 140, resize set 320 100
  173. exec --no-startup-id pystopwatch
  174. for_window [class="Xscreensaver-demo"] floating enable, move position 200 400, resize set 1520 600
  175. exec_always --no-startup-id xscreensaver
  176. exec --no-startup-id xscreensaver-demo
  177. bindsym $mod+Ctrl+x exec xscreensaver-demo
  178.  
  179. set $ws9 "9"
  180. assign [class="Czkawka-gui|Meld"] $ws9
  181. for_window [class="Meld"] floating enable, resize set 1904 990, move position 8 40
  182. bindsym $mod+h exec czkawka-gui
  183. bindsym $mod+m exec meld
  184.  
  185. set $ws10 "10"
  186. assign [class="VirtualBox|VirtualBox Manager|VirtualBox Machine"] $ws10
  187. for_window [class="VirtualBox Machine|VirtualBox Manager"]focus, floating disable
  188. for_window [class="VirtualBox"] move position 1960 480
  189. exec virtualbox manager
  190. bindsym $mod+F10 exec virtualbox manager
  191.  
  192. set $ws11 "11"
  193. assign [class="Atom|mpv|Nemo|Subl|Thunar"] $ws11
  194. exec --no-startup-id atom ~/.config/i3/config
  195. bindsym $mod+a exec atom
  196. bindsym $mod+F1 exec atom ~/.config/alacritty/alacritty.yml
  197. bindsym $mod+F2 exec atom ~/.bashrc
  198. bindsym $mod+F3 exec atom ~/.config/bumblebee-status/themes/extreme-golden-04.json
  199. bindsym $mod+F4 exec atom ~/.config/i3/config
  200. bindsym $mod+F5 exec atom ~/.config/picom.conf
  201. bindsym $mod+F6 exec atom ~/.config/polybar/config.ini
  202. bindsym $mod+F7 exec atom ~/.config/rofi/config.rasi
  203. bindsym $mod+F8 exec atom ~/.zshrc
  204. for_window [class="Nemo-terminal-prefs|mpv"]focus, floating enable, resize set 1280 854, move position center
  205. for_window [title="File Management Preferences"] focus, floating enable, resize set 1100 580, move position 2188 463
  206. exec --no-startup-id nemo
  207. bindsym $mod+Shift+Return exec nemo
  208. bindsym Ctrl+Mod1+backslash exec subl
  209. bindsym $mod+t exec thunar
  210.  
  211. set $ws12 "12"
  212. assign [class="qBittorrent"] $ws12
  213. for_window [class="qBittorrent"] floating enable, resize set 1400 860, move position 2180 90
  214. bindsym $mod+F12 exec qbittorrent
  215. exec qbittorrent
  216.  
  217. set $ws13 "13"
  218. assign [class="File-roller|Filezilla|Xfce4-dict"] $ws13
  219. for_window [title="Extraire"] focus, floating enable, resize set 960 480, move position 920 500
  220. for_window [class="File-roller"] focus, floating enable, move position 1280 496
  221. for_window [class="Filezilla"] focus
  222. bindsym $mod+Ctrl+f exec filezilla
  223. for_window [class="Xfce4-dict"]focus, floating enable, resize set 875 960, move position 1940 60
  224. bindsym $mod+Ctrl+d exec xfce4-dict
  225.  
  226. set $ws14 "14"
  227. assign [class="Kvantum Manager|Lxappearance|Oomox|qt5ct"] $ws14
  228. for_window [class="Kvantum Manager"] focus, floating enable, move position 1960 360
  229. for_window [class="Lxappearance"] focus, floating enable, resize set 800 600, move position 2480 240
  230. for_window [class="Oomox"] focus
  231. for_window [class="qt5ct"] focus, floating enable, resize set 900 720, move position 510 160
  232. bindsym Ctrl+Mod1+k exec kvantummanager
  233. bindsym Ctrl+Mod1+l exec lxappearance
  234. bindsym $mod+o exec oomox-gui
  235. bindsym $mod+Ctrl+q exec qt5ct
  236.  
  237. set $ws15 "15"
  238. assign [class="Gcolor3|gmic_qt"] $ws15
  239. for_window [class="Gcolor3"]focus, floating enable, resize set 700 300, move position 1930 756
  240. bindsym $mod+Ctrl+c exec gcolor3
  241. for_window [class="gmic_qt"] focus
  242.  
  243. set $ws16 "16"
  244. assign [class="Arcolinux-tweak-tool.py|GParted|Grub-customizer|sddm-config-editor"] $ws16
  245. for_window [class="Arcolinux-tweak-tool.py"] focus, floating enable, move position 2600 100
  246. for_window [class="GParted"] focus, floating enable, resize set 775 500, move position 2600 520
  247. for_window [class="Grub-customizer"] focus, floating enable, move position 1960 180
  248. for_window [class="sddm-config-editor"] focus, floating enable, move position 1960 180
  249. bindsym Ctrl+Mod1+comma exec arcolinux-tweak-tool
  250. bindsym $mod+Ctrl+g exec gparted
  251.  
  252. #ᰜᰜᰜᰜᰜᰜ Unassigned Applications ᰜᰜᰜᰜᰜᰜ#
  253.  
  254. for_window [class="Dialog|Font-manager"] focus, floating enable, move position 1000 400
  255. for_window [window_role="GtkFileChooserDialog"] floating enable, focus
  256.  
  257. for_window [class="balena-etcher-electron"] move position 1940 320
  258. bindsym $mod+Ctrl+e exec etcher
  259.  
  260. for_window [class="Mate-system-monitor"] floating enable, resize set 800 987, move position 560 48
  261. bindsym $mod+Ctrl+m exec mate-system-monitor
  262.  
  263. for_window [class="URxvt"] floating enable, resize set 680 600, move position 500 100
  264. bindsym $mod+u exec urxvt; focus
  265.  
  266. for_window [class="Xfce4-appfinder|Xfce4-settings-manager|Xfce4-taskmanager"] focus, floating enable
  267. bindsym $mod+Ctrl+l exec xfce4-appfinder
  268. bindsym $mod+Ctrl+n exec xfce4-notes
  269. bindsym Ctrl+Mod1+m exec --no-startup-id xfce4-settings-manager
  270. bindsym Ctrl+Shift+Escape exec --no-startup-id xfce4-taskmanager
  271.  
  272. #ᰜᰜᰜᰜᰜᰜ Scratchpad ᰜᰜᰜᰜᰜᰜ#
  273.  
  274. # move the currently focused window to the scratchpad
  275. bindsym Mod1+Shift+slash move scratchpad
  276. bindsym Mod1+slash scratchpad show
  277.  
  278. for_window [class="Alacritty"] floating enable, resize set 880 640, move position 1000 110
  279. bindsym $mod+Return exec alacritty
  280. bindsym Mod1+comma [class="Alacritty"] scratchpad show
  281.  
  282. for_window [class="Audio-recorder"] move scratchpad, move postion 1940 360
  283. bindsym $mod+shift+f exec audio-recorder
  284. bindsym $mod+shift+a [class="Audio-recorder"] scratchpad show
  285.  
  286. for_window [class="Gucharmap"] move scratchpad, resize set 900 600, move position 20 420
  287. bindsym Ctrl+Mod1+period exec gucharmap
  288. bindsym Mod1+period [class="Gucharmap"] scratchpad show
  289.  
  290. for_window [class="SimpleScreenRecorder"] move scratchpad, floating enable
  291. for_window [title="Sélectionner un ou plusieurs fichiers à ouvrir"] floating enable
  292. bindsym $mod+s exec simplescreenrecorder
  293. bindsym $mod+shift+s [class="SimpleScreenRecorder"] scratchpad show
  294.  
  295. for_window [class="vlc"] focus, move scratchpad, floating enable
  296. for_window [title="Sélectionner un ou plusieurs fichiers à ouvrir"] focus, floating enable
  297. for_window [title="Préférences simples"] focus, floating enable
  298. exec vlc
  299. bindsym $mod+v exec vlc
  300. bindsym $mod+shift+v [class="vlc"] scratchpad show
  301.  
  302. #ᰜᰜᰜᰜᰜᰜ Screenshots ᰜᰜᰜᰜᰜᰜ#
  303.  
  304. for_window [class="flameshot"] floating enable, resize set 730 480
  305. bindsym Ctrl+Mod1+s exec flameshot
  306. bindsym Shift+Print exec --no-startup-id "flameshot gui -p ~/Images/Flameshot"
  307. bindsym Print exec --no-startup-id scrot ' -%Y-%m-%d-%s_$wx$h.jpg' -e 'mv $f $$(xdg-user-dir IMAGES)'
  308. bindsym Ctrl+Print exec --no-startup-id xfce4-screenshooter
  309.  
  310. ##########################################
  311. #ᰜᰜᰜᰜᰜᰜ Dual Monitor Setup ᰜᰜᰜᰜᰜᰜ#
  312.  
  313. set $Screen1 HDMI-A-0
  314. set $Screen2 DVI-D-0
  315.  
  316. workspace 1 output $Screen1
  317. workspace 2 output $Screen1
  318. workspace 3 output $Screen1
  319. workspace 4 output $Screen1
  320. workspace 5 output $Screen1
  321. workspace 6 output $Screen1
  322. workspace 7 output $Screen1
  323. workspace 8 output $Screen1
  324. workspace 9 output $Screen1
  325. workspace 10 output $Screen2
  326. workspace 11 output $Screen2
  327. workspace 12 output $Screen2
  328. workspace 13 output $Screen2
  329. workspace 14 output $Screen2
  330. workspace 15 output $Screen2
  331. workspace 16 output $Screen2
  332.  
  333. #ᰜᰜᰜᰜᰜᰜ Workspace Switching Functions ᰜᰜᰜᰜᰜᰜ#
  334.  
  335. # Switch to workspace
  336. bindsym $mod+1 workspace $ws1
  337. bindsym $mod+2 workspace $ws2
  338. bindsym $mod+3 workspace $ws3
  339. bindsym $mod+4 workspace $ws4
  340. bindsym $mod+5 workspace $ws5
  341. bindsym $mod+6 workspace $ws6
  342. bindsym $mod+7 workspace $ws7
  343. bindsym $mod+8 workspace $ws8
  344. bindsym $mod+9 workspace $ws9
  345. bindsym $mod+0 workspace $ws10
  346. bindsym $mod+minus workspace $ws11
  347. bindsym $mod+equal workspace $ws12
  348. bindsym $mod+bracketleft workspace $ws13
  349. bindsym $mod+bracketright workspace $ws14
  350. bindsym $mod+grave workspace $ws15
  351. bindsym $mod+apostrophe workspace $ws16
  352.  
  353. # Move focused container to workspace
  354. bindsym $mod+Shift+1 move container to workspace $ws1; workspace $ws1
  355. bindsym $mod+Shift+2 move container to workspace $ws2; workspace $ws2
  356. bindsym $mod+Shift+3 move container to workspace $ws3; workspace $ws3
  357. bindsym $mod+Shift+4 move container to workspace $ws4; workspace $ws4
  358. bindsym $mod+Shift+5 move container to workspace $ws5; workspace $ws5
  359. bindsym $mod+Shift+6 move container to workspace $ws6; workspace $ws6
  360. bindsym $mod+Shift+7 move container to workspace $ws7; workspace $ws7
  361. bindsym $mod+Shift+8 move container to workspace $ws8; workspace $ws8
  362. bindsym $mod+Shift+9 move container to workspace $ws9; workspace $ws9
  363. bindsym $mod+Shift+0 move container to workspace $ws10; workspace $ws10
  364. bindsym $mod+Shift+minus move container to workspace $ws11; workspace $ws11
  365. bindsym $mod+Shift+equal move container to workspace $ws12; workspace $ws12
  366. bindsym $mod+Shift+bracketleft move container to workspace $ws13; workspace $ws13
  367. bindsym $mod+Shift+bracketright move container to workspace $ws14; workspace $ws14
  368. bindsym $mod+Shift+grave move container to workspace $ws15; workspace $ws15
  369. bindsym $mod+Shift+apostrophe move container to workspace $ws16; workspace $ws16
  370.  
  371. #ᰜᰜᰜᰜᰜᰜ Resize Windows ᰜᰜᰜᰜᰜᰜ#
  372.  
  373. bindsym $mod+Ctrl+Right resize grow width 10 px
  374. bindsym $mod+Ctrl+Up resize shrink height 10 px
  375. bindsym $mod+Ctrl+Down resize grow height 10 px
  376. bindsym $mod+Ctrl+Left resize shrink width 10 px
  377.  
  378. #ᰜᰜᰜᰜᰜᰜ Resize Gaps ᰜᰜᰜᰜᰜᰜ#
  379. # gaps inner|outer|horizontal|vertical|top|right|bottom|left current|all set|plus|minus|toggle
  380.  
  381. bindsym Ctrl+Shift+y gaps outer current toggle 40
  382. bindsym Ctrl+Shift+o gaps outer current plus 10
  383. bindsym Ctrl+Shift+i gaps outer current minus 10
  384. bindsym Ctrl+Shift+n gaps outer all set 10
  385. bindsym Ctrl+Shift+m gaps outer all set 20
  386. bindsym Ctrl+Shift+comma gaps outer all set 40
  387. bindsym Ctrl+Shift+period gaps outer all set 60
  388.  
  389. #########################################
  390. #ᰜᰜᰜᰜᰜᰜ Border Control ᰜᰜᰜᰜᰜᰜ#
  391.  
  392. # default_border normal | none | pixel
  393. default_border none
  394.  
  395. # default_floating_border normal | none| pixel
  396. default_floating_border none
  397.  
  398. # hide_edge_borders none|vertical|horizontal|both|smart
  399. hide_edge_borders none
  400.  
  401. # new_window normal | new_window none | pixel
  402. new_window none
  403.  
  404. # new_float normal | none | pixel
  405. new_float none
  406.  
  407. bindsym $mod+shift+b exec --no-startup-id i3-msg border toggle
  408.  
  409. # i3wm Next Gaps (https://github.com/Airblader/i3/tree/gaps-next)
  410. gaps inner 14
  411. gaps outer 0
  412. smart_gaps on
  413. smart_borders on
  414.  
  415. #ᰜᰜᰜᰜᰜᰜ Navigating Containers ᰜᰜᰜᰜᰜᰜ#
  416.  
  417. # Use mouse+$mod to drag floating windows to their new position
  418. floating_modifier $mod
  419.  
  420. # Toggle Tiling / Floating
  421. bindsym Ctrl+space floating toggle
  422.  
  423. # Change Focus
  424. bindsym $mod+Left focus left
  425. bindsym $mod+Down focus down
  426. bindsym $mod+Up focus up
  427. bindsym $mod+Right focus right
  428.  
  429. # Move Focused Window
  430. bindsym $mod+Shift+Left move left
  431. bindsym $mod+Shift+Down move down
  432. bindsym $mod+Shift+Up move up
  433. bindsym $mod+Shift+Right move right
  434.  
  435. #ᰜᰜᰜᰜᰜᰜ Navigating Workspaces ᰜᰜᰜᰜᰜᰜ#
  436.  
  437. # Navigate to Next / Previous Workspace
  438. bindsym Mod1+Shift+Tab workspace prev
  439. bindsym Mod1+Tab workspace next
  440. bindsym Mod1+Ctrl+Left workspace prev
  441. bindsym Mod1+Ctrl+Right workspace next
  442. bindsym $mod+Tab workspace back_and_forth
  443.  
  444. # Switch to workspace with urgent window automatically
  445. for_window [urgent=latest] focus
  446.  
  447. # Switch back to previous workspace by pressing the same keybinding used to switch from it
  448. workspace_auto_back_and_forth yes
  449.  
  450. #ᰜᰜᰜᰜᰜᰜ Tiling Parameters ᰜᰜᰜᰜᰜᰜ#
  451.  
  452. # Workspace_layout default|stacking|tabbed
  453. workspace_layout default
  454.  
  455. # Orientation for new workspaces
  456. default_orientation horizontal
  457.  
  458. # Enter fullscreen mode for the focused container
  459. bindsym $mod+f fullscreen toggle
  460.  
  461. # Change focus between tiling / floating windows
  462. bindsym $mod+space focus mode_toggle
  463.  
  464. # Focus the parent container
  465. bindsym $mod+p focus parent
  466.  
  467. # Focus the child "HHVH"
  468. bindsym $mod+c focus child
  469.  
  470. # Application focus smart|urgent|focus|none
  471. focus_on_window_activation smart
  472.  
  473. # popup_during_fullscreen smart|ignore|leave_fullscreen
  474. popup_during_fullscreen leave_fullscreen
  475.  
  476. ################# Variety with Pywal for Wallpapers/Themes ᰜᰜᰜᰜᰜᰜ#
  477.  
  478. # next wallpaper
  479. bindsym mod1+Shift+n exec --no-startup-id variety -n && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  480. # previous wallpaper
  481. bindsym mod1+Shift+p exec --no-startup-id variety -p && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  482. # trash wallpaper
  483. bindsym mod1+Shift+t exec --no-startup-id variety -t && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  484. # Update Wallpaper
  485. bindsym mod1+Shift+u exec --no-startup-id wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)
  486.  
  487. #ᰜᰜᰜᰜᰜᰜ The End - Now Start Again ᰜᰜᰜᰜᰜᰜ#
  488. ############################################################################################
  489.  
  490. # All these words are empty baskets
  491. # Carried to the market square
  492. # Trading truth and lies in barter
  493. # Warranting warn buyer beware
  494.  
  495. # All these words are reeds I wove
  496. # Taught to hold my pauper’s share
  497. # Show me yours before and after
  498. # Out in the open we may compare
  499.  
  500. # All these words are on the table
  501. # Yoked to folly the shell game starts
  502. # Trick the eye they who are able
  503. # Cunning those the same the heart
  504.  
  505. # All these words are fruits of labour
  506. # Bounty’s grace on harvest’s day
  507. # Test taste and judge the many flavours
  508. # Fill your need be on your way
  509.  
  510. # All these words so meet and proper
  511. # Morning meals served hot or cold
  512. # Savour meaning old sharecropper
  513. # Recall the stories you were told
  514.  
  515. # All these words are open caskets
  516. # Life goes on even nothing’s fair
  517. # Gather seeds for ever after
  518. # Till the breach sow to repair
  519.  
Add Comment
Please, Sign In to add comment