poetician

i3 4.21.1 | ArcoLinux v22.11.02 | Polybar

Nov 13th, 2022
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.48 KB | None | 0 0
  1. # = - _ - = 𓁿Ꝣᰃ𑊸 ㄗ 𑁣 ᕮ ፖ ༑ ᙅ ༑ 𑁗 ⴄ - = - ᙦᗤ𐏒𐌕𐏒𐀏ꤚ: ㄗ𐍈𐔹ⵖЪДⴽ
  2. # = - _ - = i3wm Ver: 4.21.1 (2022-10-28)) © 2009 Michael Stapelberg and contributors
  3. # = - _ - = Dev URL: https://i3wm.org/ https://www.reddit.com/r/i3wm/
  4. # = - _ - = ArcoLinux: https://www.arcolinux.info/ https://www.youtube.com/c/ErikDubois
  5. # = - _ - = Dots: https://gitlab.com/Poetician https://pastebin.com/u/poetician
  6. # = - _ - = | ░▒▓ ~ ▓▒░ iso ░▒▓ ✔  at 06:22:33 ▓▒░
  7. # = - _ - = | ISO_RELEASE=v22.11.02
  8. # = - _ - = | ISO_CODENAME=ArcoLinuxB-i3
  9. # = - _ - = | ISO_BUILD=Fri Oct 14 04:20:29 PM CEST 2022
  10. # ========================================================== #
  11.  
  12. # = = = = = Define $mod Variable = = = = = #
  13.  
  14. set $mod Mod4
  15.  
  16. # = = = = = Display Settings = = = = = #
  17.  
  18. for_window [class="Nitrogen"] focus, floating enable, resize set 831 494, move position 545 180
  19. exec --no-startup-id nitrogen --restore
  20. bindsym $mod+n exec --no-startup-id nitrogen
  21.  
  22. exec killall picom &&
  23. exec_always --no-startup-id picom --experimental-backends --config ~/.config/i3/picom.conf
  24. bindsym $mod+p exec --no-startup-id ~/.config/i3/scripts/picom-toggle.sh
  25.  
  26. exec killall redshift &&
  27. exec redshift &
  28.  
  29. # = = = = = Application Launchers = = = = = #
  30.  
  31. # Start jgmenu
  32. bindsym $mod+j exec jgmenu_run
  33.  
  34. # Start Rofi in combi Mode
  35. bindsym $mod+y exec rofi -show combi -steal-focus
  36. # Start Rofi in drun Mode
  37. bindsym $mod+r exec rofi -show drun -steal-focus
  38. # Start Rofi in filebrowser Mode
  39. bindsym $mod+b exec rofi -show filebrowser -steal-focus
  40. # Start Rofi Theme Selector
  41. bindsym Ctrl+Mod1+r exec rofi-theme-selector
  42.  
  43. # Start Xfce4 AppFinder
  44. for_window [class="Xfce4-appfinder"] focus, floating enable, resize set 600 700
  45. bindsym $mod+Ctrl+l exec xfce4-appfinder
  46.  
  47. # = = = = = Loaded at Startup = = = = = #
  48.  
  49. exec_always --no-startup-id autotiling
  50. exec --no-startup-id /usr/lib/geoclue-2.0/demos/agent
  51. for_window [class="Polkit-gnome-authentication-agent-1"] focus, move position 2570 400, resize set 620 240
  52. exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
  53. exec_always --no-startup-id ~/.config/polybar/launch.sh &
  54. exec setxkbmap -option caps:swapescape
  55. exec_always --no-startup-id unclutter --timeout 1
  56. exec --no-startup-id xfce4-power-manager &
  57. exec --no-startup-id /usr/lib/xfce4/notifyd/xfce4-notifyd &
  58.  
  59. # = = = = = Tray Apps Loaded at Startup = = = = = #
  60.  
  61. # Megasync
  62. exec --no-startup-id megasync
  63. # Parcellite
  64. exec --no-startup-id parcellite
  65. # Veikk Tablet Driver
  66. exec --no-startup-id /lib/vktablet/vktablet
  67. # Volume
  68. exec --no-startup-id volumeicon
  69. # Workrave
  70. for_window [class="Workrave"] focus
  71. exec --no-startup-id workrave
  72.  
  73. # = = = = = Reloading Changed Configuration = = = = = #
  74.  
  75. # Reload the configuration file (problematic with some apps; logging out is better)
  76. bindsym Ctrl+mod1+c reload
  77.  
  78. # Restart i3 in place (preserves the layout/session, can be used to upgrade i3)
  79. bindsym $mod+Shift+r restart
  80.  
  81. # = = = = = Stopping Applications/Session = = = = = #
  82.  
  83. # Kill focused window
  84. bindsym $mod+q kill
  85.  
  86. # Xkill focused window that Kill can't kill
  87. bindsym --release $mod+Escape exec xkill
  88.  
  89. # The middle button and a modifer over any part of the window kills the window
  90. bindsym --whole-window button2 kill
  91.  
  92. # Betterlockscreen
  93. bindsym $mod+Pause exec betterlockscreen -l dimblur
  94.  
  95. # Session Logout/Restart/Shutdown
  96. bindsym $mod+x exec archlinux-logout
  97.  
  98. # ================================================================================= #
  99. # = = = = = Workspace Assignments; Application Directives and Launching = = = = = #
  100.  
  101. set $ws1 "1"
  102. assign [class="firefox|librewolf-bin"] $ws1
  103. for_window [class="firefox|librewolf-bin"] focus, fullscreen enable
  104. exec --no-startup-id firefox
  105. bindsym Ctrl+Mod1+f exec firefox
  106. bindsym $mod+F9 exec firefox https://gitlab.com/Poetician
  107. bindsym $mod+F11 exec firefox https://pastebin.com/u/poetician
  108. bindsym $mod+Ctrl+w exec librewolf
  109. bindsym $mod+Home exec librewolf https://gitlab.com/Poetician
  110. bindsym $mod+End exec librewolf https://pastebin.com/u/poetician
  111. bindsym $mod+Prior exec librewolf https://odysee.com/
  112. bindsym $mod+Next exec librewolf https://studio.youtube.com/channel/UCmP5yzI3bT4EP5lyitpor8w
  113.  
  114.  
  115. set $ws2 "2"
  116. assign [class="Audacity|Indicator-stickynotes"] $ws2
  117. for_window [class="Indicator-stickynotes"] focus, floating enable
  118. bindsym $mod+Ctrl+s exec --no-startup-id indicator-stickynotes
  119. bindsym $mod+a audacity
  120.  
  121.  
  122. set $ws3 "3"
  123. assign [class="Gcolor3|qimgv|Viewnior"] $ws3
  124. for_window [class="qimgv|Viewnior"] focus
  125. for_window [title="Open Image"] floating enable, resize set 960 640, move position 480 200
  126. for_window [class="Gcolor3"] focus, floating enable, resize set 700 300, move position 1160 700
  127. bindsym $mod+c exec gcolor3
  128. bindsym $mod+d exec qimgv
  129. bindsym $mod+w exec viewnior
  130.  
  131.  
  132. set $ws4 "4"
  133. assign [class="libreoffice"] $ws4
  134. for_window [class="libreoffice"] focus, floating enable, resize set 1200 1040, move position 360 30
  135. for_window [title="Standard"] floating enable, resize set 177 403, move position 159 79
  136. for_window [title="Formatting"] floating enable, resize set 259 251, move position 77 512
  137. bindsym $mod+l exec --no-startup-id libreoffice
  138.  
  139.  
  140. set $ws5 "5"
  141. assign [class="Blender|kdenlive"] $ws5
  142. for_window [class="Blender|kdenlive"] focus
  143. for_window [title="Clip titre"] focus, floating enable, resize set 1220 785, move position 350 150
  144. for_window [title=["Configurer"] focus, enable, resize set 1220 785, move position center
  145. for_window [title=["Ouvrir"] focus, enable, resize set 1220 785, move position center
  146. for_window [title="Rendu en cours…"]focus, floating enable, resize set 1220 785, move position center
  147. bindsym $mod+backslash exec blender
  148. bindsym $mod+k exec kdenlive
  149.  
  150.  
  151. set $ws6 "6"
  152. assign [class="Gimp-2.10|Inkscape"] $ws6
  153. for_window [class="Gimp-2.10|Inkscape"] focus
  154. for_window [title="Copying"] floating enable
  155. for_window [title="Deleting"] floating enable
  156. for_window [title="Moving"] floating enable
  157. for_window [window_role="^gimp-toolbox-color-dialog$"] floating enable
  158. for_window [window_role="pop-up"] focus, floating enable
  159. for_window [window_role="gimp-preferences"] floating enable, resize set 960 960, move position 480 40
  160. for_window [window_role="setup"] floating enable
  161. for_window [window_role="gimp-file-export"] floating enable, move position 80 80
  162. bindsym $mod+g exec gimp-2.10
  163. bindsym $mod+i exec inkscape
  164.  
  165.  
  166. set $ws7 "7"
  167. assign [class="Google Earth Pro"] $ws7
  168. for_window [class="Google Earth Pro"] focus
  169. bindsym $mod+e exec google-earth-pro
  170.  
  171.  
  172. set $ws8 "8"
  173. assign [class="vlc|Rhythmbox|Xscreensaver-demo"] $ws8
  174. for_window [class="Rhythmbox"] floating enable, resize set 640 480, move position 1270 420
  175. exec rhythmbox ~/Musique/crickets.opus
  176. bindsym $mod+Ctrl+a exec rhythmbox
  177. for_window [class="vlc"] floating enable, resize set 640 240, move position 1270 100
  178. for_window [title="Sélectionner un ou plusieurs fichiers à ouvrir"] focus, floating enable
  179. for_window [title="Préférences simples"] focus, floating enable, resize set 1000 450, move position 860 360
  180. exec vlc ~/Musique/water.opus
  181. bindsym $mod+v exec vlc
  182. for_window [class="Xscreensaver-demo"] floating enable, resize set 1180 840, move position 10 60
  183. exec_always --no-startup-id xscreensaver
  184. exec --no-startup-id xscreensaver-demo
  185. bindsym $mod+Ctrl+x exec xscreensaver-demo
  186.  
  187.  
  188. set $ws9 "9"
  189. assign [class="Czkawka_gui|kate|Meld"] $ws9
  190. for_window [class="kate"] focus, fullscreen enable
  191. for_window [title="Ouvrir un fichier"] focus, floating enable, resize set 1280 800, move position 320 120
  192. exec --no-startup-id kate ~/.config/i3/config
  193. bindsym $mod+F1 exec kate ~/.config/alacritty/alacritty.yml
  194. bindsym $mod+F2 exec kate ~/.bashrc
  195. bindsym $mod+F3 exec kate ~/.config/i3/i3-keybinds
  196. bindsym $mod+F4 exec kate ~/.config/i3/config
  197. bindsym $mod+F5 exec kate ~/.config/i3/picom.conf
  198. bindsym $mod+F6 exec kate ~/.config/polybar/config.ini
  199. bindsym $mod+F7 exec kate ~/.config/rofi/config.rasi
  200. bindsym $mod+F8 exec kate ~/.zshrc
  201. for_window [class="Czkawka_gui|Meld"] focus
  202. bindsym $mod+Ctrl+c exec czkawka_gui
  203. bindsym $mod+h exec kate
  204. bindsym $mod+m exec meld
  205.  
  206.  
  207. set $ws10 "10"
  208. assign [class="VirtualBox|VirtualBox Manager|VirtualBox Machine|Virt-manager"] $ws10
  209. for_window [class="VirtualBox Machine|VirtualBox Manager"] focus, floating disable
  210. for_window [class="VirtualBox"] move position 1960 480
  211. assign [title="Gestionnaire de machines virtuelles"] #ws10
  212. for_window [title="Gestionnaire de machines virtuelles"] focus
  213. # exec virtualbox manager
  214. bindsym $mod+F10 exec virtualbox manager
  215.  
  216.  
  217. set $ws11 "11"
  218. assign [class="File-roller|Nemo|Thunar"] $ws11
  219. for_window [class="File-roller|Nemo|Thunar"] focus
  220. for_window [class="Nemo-terminal-prefs|mpv"] focus, floating enable, resize set 1280 854, move position center
  221. for_window [title="File Management Preferences"] focus, floating enable, resize set 1100 580, move position 2188 463
  222. for_window [title="File conflict"] focus, floating enable, move position center
  223. for_window [class="File-roller"] resize set 640 480, move position 2560 300
  224. exec --no-startup-id nemo
  225. bindsym $mod+Shift+Return exec nemo
  226. bindsym $mod+t exec thunar
  227.  
  228.  
  229. set $ws12 "12"
  230. assign [class="qBittorrent"] $ws12
  231. for_window [class="qBittorrent"] floating enable, resize set 1400 860, move position 2180 90
  232. bindsym $mod+F12 exec qbittorrent
  233. exec --no-startup-id qbittorrent
  234.  
  235.  
  236. set $ws13 "13"
  237. assign [class="File-roller|Filezilla|Xfce4-dict"] $ws13
  238. for_window [title="Extraire"] focus, floating enable, resize set 960 480, move position 920 500
  239. for_window [class="File-roller"] focus, floating enable, resize set 880 560, move position 1280 496
  240. for_window [class="Filezilla"] focus
  241. bindsym $mod+Ctrl+f exec filezilla
  242. for_window [class="Xfce4-dict"] focus, floating enable, resize set 875 960, move position 1940 60
  243. bindsym $mod+Ctrl+d exec xfce4-dict
  244.  
  245.  
  246. set $ws14 "14"
  247. assign [class="Kvantum Manager|Lxappearance|Oomox|qt5ct|qt6ct"] $ws14
  248. for_window [class="Kvantum Manager"] focus, floating enable, move position 1960 360
  249. for_window [class="Lxappearance"] focus, floating enable, resize set 800 600, move position 2480 240
  250. for_window [class="Oomox"] focus
  251. for_window [class="qt5ct|qt6ct"] focus, floating enable, resize set 900 720, move position 510 160
  252. for_window [title="Outil de configuration de Qt5"] floating enable, resize set 900 720, move position 510 160
  253. bindsym Ctrl+Mod1+k exec kvantummanager
  254. bindsym Ctrl+Mod1+l exec lxappearance
  255. bindsym $mod+o exec oomox-gui
  256. bindsym $mod+Ctrl+q exec qt6ct
  257. bindsym $mod+Ctrl+t exec qt5ct
  258.  
  259.  
  260. set $ws15 "15"
  261. assign [class="gmic_qt"] $ws15
  262. for_window [class="gmic_qt"] focus, fullscreen enable
  263.  
  264.  
  265. set $ws16 "16"
  266. assign [class="Archlinux-tweak-tool.py|GParted|Grub-customizer"] $ws16
  267. for_window [class="Archlinux-tweak-tool.py"] focus, floating enable, resize set 1100 900, move position 2330 50
  268. for_window [title="Please choose a file"]focus, floating enable, resize set 950 900, move position 2480 50
  269. for_window [class="GParted"] focus, floating enable, resize set 775 500, move position 2960 50
  270. for_window [class="Grub-customizer"] focus, floating enable, resize set 900 800, move position 2000 50
  271. bindsym Ctrl+Mod1+comma exec --no-startup-id archlinux-tweak-tool
  272. bindsym $mod+Ctrl+g exec gparted
  273. bindsym $mod+z exec grub-customizer
  274.  
  275. # = = = = = Unassigned Applications = = = = = #
  276.  
  277. for_window [class="Dialog|Font-manager"] focus, floating enable, move position 1000 400
  278. for_window [window_role="GtkFileChooserDialog"] floating enable, focus, move position center
  279.  
  280. for_window [class="balena-etcher-electron"] move position 2000 320
  281. bindsym $mod+Ctrl+e exec etcher
  282.  
  283. bindsym Ctrl+Mod1+t exec freetube
  284.  
  285. for_window [class="Mate-system-monitor"] floating enable, resize set 800 987, move position 560 48
  286. bindsym $mod+Ctrl+m exec no-startup-id mate-system-monitor
  287.  
  288. for_window [class="Pavucontrol"] floating enable, resize set 1280 480
  289. bindsym Ctrl+Mod1+u exec pavucontrol
  290.  
  291. for_window [class="Xfce4-settings-manager"] focus, floating enable, resize set 960 720
  292. for_window [class="Xfce4-taskmanager"] focus, floating enable, resize set 960 720
  293. bindsym Ctrl+Mod1+m exec --no-startup-id xfce4-settings-manager
  294. bindsym Ctrl+Shift+Escape exec --no-startup-id xfce4-taskmanager
  295.  
  296. # = = = = = Scratchpad = = = = = #
  297.  
  298. # Move the currently focused window to the scratchpad
  299. bindsym Mod1+Shift+slash move scratchpad
  300.  
  301. # Retrieve the oldest window in the scratchpad
  302. bindsym Mod1+slash scratchpad show
  303.  
  304. # Move all floating windows to the scratchpad
  305. bindsym $mod+u [floating] move scratchpad
  306.  
  307. for_window [class="Alacritty"] focus, floating enable, resize set 880 640
  308. bindsym $mod+Return exec alacritty
  309. bindsym Mod1+comma [class="Alacritty"] scratchpad show
  310.  
  311. for_window [class="Audio-recorder"] move scratchpad, move position 1940 360
  312. bindsym $mod+Ctrl+r exec audio-recorder
  313. bindsym $mod+shift+a [class="Audio-recorder"] scratchpad show
  314.  
  315. for_window [class="Gucharmap"] move scratchpad, resize set 900 600, move position 20 420
  316. bindsym Ctrl+Mod1+period exec gucharmap
  317. bindsym Mod1+period [class="Gucharmap"] scratchpad show
  318.  
  319. for_window [class="SimpleScreenRecorder"] move scratchpad, floating enable
  320. for_window [title="Sélectionner un ou plusieurs fichiers à ouvrir"] focus, floating enable
  321. bindsym $mod+s exec simplescreenrecorder
  322. bindsym $mod+shift+s [class="SimpleScreenRecorder"] scratchpad show
  323.  
  324. # = = = = = Screenshots = = = = = #
  325.  
  326. for_window [class="ksnip"] fullscreen enable
  327. bindsym Ctrl+Mod1+s exec ksnip
  328. bindsym Shift+Print exec --no-startup-id "ksnip gui -p ~/Images/Screenies"
  329. bindsym Ctrl+Print exec --no-startup-id xfce4-screenshooter
  330.  
  331. # ================================================= #
  332. # = = = = = Dual Monitor Setup = = = = = #
  333.  
  334. set $Screen1 HDMI-A-0
  335. set $Screen2 DVI-D-0
  336.  
  337. workspace 1 output $Screen1
  338. workspace 2 output $Screen1
  339. workspace 3 output $Screen1
  340. workspace 4 output $Screen1
  341. workspace 5 output $Screen1
  342. workspace 6 output $Screen1
  343. workspace 7 output $Screen1
  344. workspace 8 output $Screen1
  345. workspace 9 output $Screen1
  346. workspace 10 output $Screen2
  347. workspace 11 output $Screen2
  348. workspace 12 output $Screen2
  349. workspace 13 output $Screen2
  350. workspace 14 output $Screen2
  351. workspace 15 output $Screen2
  352. workspace 16 output $Screen2
  353.  
  354. # =============================================== #
  355. # = = = = = Workspace Functions = = = = = #
  356.  
  357. # = = = = = Switch to workspace = = = = = #
  358.  
  359. bindsym $mod+1 workspace $ws1
  360. bindsym $mod+2 workspace $ws2
  361. bindsym $mod+3 workspace $ws3
  362. bindsym $mod+4 workspace $ws4
  363. bindsym $mod+5 workspace $ws5
  364. bindsym $mod+6 workspace $ws6
  365. bindsym $mod+7 workspace $ws7
  366. bindsym $mod+8 workspace $ws8
  367. bindsym $mod+9 workspace $ws9
  368. bindsym $mod+0 workspace $ws10
  369. bindsym $mod+minus workspace $ws11
  370. bindsym $mod+equal workspace $ws12
  371. bindsym $mod+bracketleft workspace $ws13
  372. bindsym $mod+bracketright workspace $ws14
  373. bindsym $mod+semicolon workspace $ws15
  374. bindsym $mod+apostrophe workspace $ws16
  375.  
  376. # = = = = = Move focused container to workspace = = = = = #
  377.  
  378. bindsym $mod+Shift+1 move container to workspace $ws1; workspace $ws1
  379. bindsym $mod+Shift+2 move container to workspace $ws2; workspace $ws2
  380. bindsym $mod+Shift+3 move container to workspace $ws3; workspace $ws3
  381. bindsym $mod+Shift+4 move container to workspace $ws4; workspace $ws4
  382. bindsym $mod+Shift+5 move container to workspace $ws5; workspace $ws5
  383. bindsym $mod+Shift+6 move container to workspace $ws6; workspace $ws6
  384. bindsym $mod+Shift+7 move container to workspace $ws7; workspace $ws7
  385. bindsym $mod+Shift+8 move container to workspace $ws8; workspace $ws8
  386. bindsym $mod+Shift+9 move container to workspace $ws9; workspace $ws9
  387. bindsym $mod+Shift+0 move container to workspace $ws10; workspace $ws10
  388. bindsym $mod+Shift+minus move container to workspace $ws11; workspace $ws11
  389. bindsym $mod+Shift+equal move container to workspace $ws12; workspace $ws12
  390. bindsym $mod+Shift+bracketleft move container to workspace $ws13; workspace $ws13
  391. bindsym $mod+Shift+bracketright move container to workspace $ws14; workspace $ws14
  392. bindsym $mod+Shift+semicolon move container to workspace $ws15; workspace $ws15
  393. bindsym $mod+Shift+apostrophe move container to workspace $ws16; workspace $ws16
  394.  
  395. # = = = = = Resize Containers = = = = = #
  396.  
  397. bindsym $mod+Ctrl+Right resize grow width 10
  398. bindsym $mod+Ctrl+Up resize shrink height 10
  399. bindsym $mod+Ctrl+Down resize grow height 10
  400. bindsym $mod+Ctrl+Left resize shrink width 10
  401.  
  402. # = = = = = i3wm Next Gaps = = = = = # (https://github.com/Airblader/i3/tree/gaps-next)
  403.  
  404. gaps inner 18
  405. gaps outer 4
  406. smart_gaps on
  407. smart_borders on
  408.  
  409. # = = = = = Resize Gaps = = = = = #
  410. # gaps inner|outer|horizontal|vertical|top|right|bottom|left current|all set|plus|minus|toggle
  411.  
  412. bindsym $mod+Shift+c gaps outer current toggle 40
  413. bindsym $mod+Shift+x gaps outer current plus 10
  414. bindsym $mod+Shift+z gaps outer current minus 10
  415. bindsym $mod+Shift+d gaps outer all set 20
  416. bindsym $mod+Shift+e gaps outer all set 10
  417. bindsym $mod+Shift+f gaps outer all set 40
  418. bindsym $mod+Shift+g gaps outer all set 60
  419.  
  420. # ============================================================== #
  421. # = = = = = Navigating Containers / Workspaces = = = = = #
  422.  
  423. # Use mouse+$mod to drag floating windows to their new position
  424. floating_modifier $mod
  425.  
  426. # Toggle Tiling / Floating
  427. bindsym Ctrl+space floating toggle
  428.  
  429. # Change Focus
  430. bindsym $mod+Left focus left
  431. bindsym $mod+Down focus down
  432. bindsym $mod+Up focus up
  433. bindsym $mod+Right focus right
  434.  
  435. # Move Focused Window
  436. bindsym $mod+Shift+Left move left
  437. bindsym $mod+Shift+Down move down
  438. bindsym $mod+Shift+Up move up
  439. bindsym $mod+Shift+Right move right
  440.  
  441. # Navigate to Next / Previous Workspace
  442. bindsym Mod1+Shift+Tab workspace prev
  443. bindsym Mod1+Tab workspace next
  444. bindsym Mod1+Ctrl+Left workspace prev
  445. bindsym Mod1+Ctrl+Right workspace next
  446. bindsym $mod+Tab workspace back_and_forth
  447.  
  448. # Switch to workspace with urgent window automatically
  449. for_window [urgent=latest] focus
  450.  
  451. # Switch back to previous workspace by pressing the same keybinding used to switch from it
  452. workspace_auto_back_and_forth yes
  453.  
  454. # Move entire contents of a monitor's workspace to the next Monitor
  455. bindsym $mod+Shift+m move workspace to output next
  456.  
  457. # Mouse warped to center of a focused window when switching to another monitor
  458. mouse_warping output
  459.  
  460. # Behavior for focus across containers and workspaces
  461. # focus_wrapping yes|no|force|workspace
  462. focus_wrapping no
  463.  
  464. # ========================================== #
  465. # = = = = = Border Control = = = = = #
  466.  
  467. # default_border normal | none | pixel
  468. default_border none
  469.  
  470. # default_floating_border normal | none | pixel
  471. default_floating_border none
  472.  
  473. # hide_edge_borders none|vertical|horizontal|both|smart
  474. hide_edge_borders both
  475.  
  476. # new_window normal | new_window none | pixel
  477. new_window none
  478.  
  479. # new_float normal | none | pixel
  480. new_float none
  481.  
  482. bindsym $mod+shift+b exec --no-startup-id i3-msg border toggle
  483.  
  484. # ============================================= #
  485. # = = = = = Tiling Parameters = = = = = #
  486.  
  487. # Workspace_layout default|stacking|tabbed
  488. workspace_layout default
  489.  
  490. # Orientation for new workspaces
  491. default_orientation horizontal
  492.  
  493. # Enter fullscreen mode for the focused container
  494. bindsym $mod+f fullscreen toggle
  495.  
  496. # Change focus between tiling / floating windows
  497. bindsym $mod+space focus mode_toggle
  498.  
  499. # Application focus smart|urgent|focus|none
  500. focus_on_window_activation smart
  501.  
  502. # popup_during_fullscreen smart|ignore|leave_fullscreen
  503. popup_during_fullscreen smart
  504.  
  505. # ==================================================================== #
  506. # = = = = = Variety with Pywal for Wallpapers/Themes = = = = = #
  507.  
  508. # Favorite Wallpaper
  509. bindsym Ctrl+Shift+f exec --no-startup-id variety -f && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  510. # Next Wallpaper
  511. bindsym $mod+Shift+n exec --no-startup-id variety -n && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  512. # Previous Wallpaper
  513. bindsym $mod+Shift+p exec --no-startup-id variety -p && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  514. # Trash Wallpaper
  515. bindsym $mod+Shift+t exec --no-startup-id variety -t && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  516. # Update Wallpaper
  517. bindsym $mod+Shift+i exec --no-startup-id wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)
  518.  
  519. # = = = = = = = = = = The End - Now Start Again = = = = = = = = = = #
  520. # = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = #
  521.  
Add Comment
Please, Sign In to add comment