poetician

i3 Poetician Edition Fr| nvme1n1 | 459 lines

Apr 22nd, 2022
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.75 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. #ᰜᰜᰜᰜᰜᰜ Define $mod Variable ᰜᰜᰜᰜᰜᰜᰜ#
  14.  
  15. set $mod Mod4
  16.  
  17. #ᰜᰜᰜᰜᰜᰜ Display Settings ᰜᰜᰜᰜᰜᰜ#
  18.  
  19. for_window [class="Nitrogen"] focus, floating enable, resize set 1433 945, move position 260 82
  20. exec --no-startup-id nitrogen --restore
  21. bindsym $mod+n exec nitrogen
  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. exec killall redshift &&
  26. exec redshift &
  27.  
  28. #ᰜᰜᰜᰜᰜᰜ Application Launching ᰜᰜᰜᰜᰜᰜ#
  29.  
  30. set $rofi exec rofi -show-icons -auto-select -font "Bauhaus 13"
  31. # Start drun Mode
  32. bindsym $mod+r $rofi -show drun
  33. # Start Rofi Theme Selector
  34. bindsym Ctrl+Mod1+r exec rofi-theme-selector
  35.  
  36. # Start jgmenu
  37. bindsym $mod+j exec jgmenu_run
  38.  
  39. #ᰜᰜᰜᰜᰜᰜ Loading Background Applets at Startup ᰜᰜᰜᰜᰜᰜ#
  40.  
  41. exec_always --no-startup-id autotiling
  42. exec --no-startup-id /usr/lib/geoclue-2.0/demos/agent
  43. for_window [class="Polkit-gnome-authentication-agent-1"] focus, move position 2760 460
  44. exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
  45. exec_always --no-startup-id ~/.config/polybar/launch.sh &
  46. exec setxkbmap -option caps:swapescape
  47. exec_always --no-startup-id unclutter --timeout 2
  48. exec --no-startup-id xfce4-power-manager &
  49. exec --no-startup-id /usr/lib/xfce4/notifyd/xfce4-notifyd &
  50.  
  51. #ᰜᰜᰜᰜᰜᰜ Loading Tray Applications at Startup ᰜᰜᰜᰜᰜᰜ#
  52.  
  53. # MEGA
  54. exec --no-startup-id megasync
  55. # Parcellite
  56. exec --no-startup-id parcellite
  57. # Veikk Tablet Driver
  58. exec --no-startup-id /lib/vktablet/vktablet
  59. # Volume
  60. exec --no-startup-id volumeicon
  61. # Workrave
  62. for_window [class="Workrave"] focus
  63. exec --no-startup-id workrave
  64.  
  65. #ᰜᰜᰜᰜᰜᰜ Reload Changed Configuration ᰜᰜᰜᰜᰜᰜ#
  66.  
  67. # Reload the configuration file (problematic with some apps; log out as required)
  68. bindsym $mod+Shift+c reload
  69.  
  70. # Restart i3 in place (preserves the layout/session, can be used to upgrade i3)
  71. bindsym $mod+Shift+r restart
  72.  
  73. #ᰜᰜᰜᰜᰜᰜ Stop Applications/Session ᰜᰜᰜᰜᰜᰜ#
  74.  
  75. # Kill focused window
  76. bindsym $mod+q kill
  77.  
  78. # Xkill focused window that Kill can't kill
  79. bindsym --release $mod+Escape exec xkill
  80.  
  81. # Betterlockscreen
  82. bindsym $mod+Ctrl+b exec betterlockscreen -l dimblur
  83.  
  84. # Lockscreen, Logout, Reboot, Shutdown
  85. bindsym $mod+x exec arcolinux-logout
  86.  
  87. #ᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜ#
  88. #ᰜᰜᰜᰜᰜᰜ Workspace Assignments; Application Directives and Launching ᰜᰜᰜᰜᰜᰜ#
  89.  
  90. set $ws1 "1"
  91. assign [class="firefox|Midori|librewolf-bin"] $ws1
  92. exec --no-startup-id firefox
  93. bindsym $mod+w exec firefox
  94. bindsym Ctrl+Mod1+f exec firefox
  95. bindsym $mod+F9 exec firefox https://gitlab.com/Poetician
  96. bindsym $mod+F11 exec firefox https://pastebin.com/u/poetician
  97. bindsym $mod+Ctrl+w exec librewolf
  98. bindsym $mod+End exec librewolf https://pastebin.com/u/poetician
  99. bindsym $mod+Home exec librewolf https://gitlab.com/Poetician
  100. bindsym $mod+Next exec librewolf https://studio.youtube.com/channel/UCmP5yzI3bT4EP5lyitpor8w
  101. bindsym $mod+Prior exec librewolf https://www.youtube.com/channel/UCmP5yzI3bT4EP5lyitpor8w
  102.  
  103. set $ws2 "2"
  104. assign [class="Blender|Inkscape|com-eteks-sweethome3d-SweetHome3D"] $ws2
  105. bindsym $mod+b exec blender
  106. bindsym $mod+Ctrl+s exec ~/.config/SweetHome3D-6.6/SweetHome3D.sh
  107. bindsym $mod+i exec inkscape
  108.  
  109. set $ws3 "3"
  110. assign [class="qimgv"] $ws3
  111. for_window [class="qimgv"] focus
  112. bindsym $mod+d exec qimgv
  113.  
  114. set $ws4 "4"
  115. assign [class="libreoffice"] $ws4
  116. for_window [class="libreoffice"] floating enable, resize set 1200 1020, move position 360 30
  117. for_window [title="Standard"] floating enable, resize set 177 403, move postion 159 79
  118. for_window [title="Formatting"] floating enable, resize set 259 251, move postion 77 512
  119. bindsym $mod+l exec --no-startup-id libreoffice
  120.  
  121. set $ws5 "5"
  122. assign [class="kdenlive|Olive"] $ws5
  123. for_window [class="kdenlive|Olive"]focus
  124. for_window [title="Clip titre"] floating enable, resize set 1220 785, move postion 350 150
  125. bindsym $mod+k exec kdenlive
  126. bindsym $mod+Shift+o exec olive-editor
  127.  
  128. set $ws6 "6"
  129. assign [class="Gimp-2.10"] $ws6
  130. for_window [instance="script-fu"] border normal
  131. for_window [title="Copying"] floating enable
  132. for_window [title="Deleting"] floating enable
  133. for_window [title="Moving"] floating enable
  134. for_window [window_role="^gimp-toolbox-color-dialog$"] floating enable
  135. for_window [window_role="pop-up"] floating enable
  136. for_window [window_role="^Preferences$"] floating enable
  137. for_window [window_role="setup"] floating enable
  138. for_window [window_role="gimp-file-export"] floating enabale, move position 80 80
  139. bindsym $mod+g exec gimp-2.10
  140.  
  141. set $ws7 "7"
  142. assign [class="Google Earth Pro"] $ws7
  143. for_window [class="Google Earth Pro"]focus
  144. bindsym $mod+e exec google-earth-pro
  145.  
  146. set $ws8 "8"
  147. assign [class="Pystopwatch|Audacious|Xscreensaver-demo"] $ws8
  148. for_window [class="Audacious"] floating enable, move position 1000 80, resize set 620 140
  149. for_window [title="Blur Scope"] floating enable, move position 1070 90, resize set 600 180
  150. exec audacious
  151. bindsym $mod+Ctrl+a exec audacious
  152. for_window [class="Pystopwatch"] floating enable, move position 320 140, resize set 320 100
  153. exec --no-startup-id pystopwatch
  154. for_window [class="Xscreensaver-demo"] floating enable, move position 200 400, resize set 1520 600
  155. exec_always --no-startup-id xscreensaver
  156. exec --no-startup-id xscreensaver-demo
  157. bindsym $mod+Ctrl+x exec xscreensaver-demo
  158.  
  159. set $ws9 "9"
  160. assign [class="Czkawka-gui|Meld"] $ws9
  161. for_window [class="Meld"] floating enable, resize set 1904 990, move position 8 40
  162. bindsym $mod+h exec czkawka-gui
  163. bindsym $mod+m exec meld
  164.  
  165. set $ws10 "10"
  166. assign [class="VirtualBox|VirtualBox Manager|VirtualBox Machine"] $ws10
  167. for_window [class="VirtualBox Machine|VirtualBox Manager"]focus, floating disable
  168. for_window [class="VirtualBox"] move position 1960 480
  169. # exec virtualbox manager
  170. bindsym $mod+F10 exec virtualbox manager
  171.  
  172. set $ws11 "11"
  173. assign [class="Atom|mpv|Nemo|Subl|Thunar"] $ws11
  174. exec --no-startup-id atom ~/.config/i3/config
  175. bindsym $mod+a exec atom
  176. bindsym $mod+F1 exec atom ~/.config/alacritty/alacritty.yml
  177. bindsym $mod+F2 exec atom ~/.bashrc
  178. bindsym $mod+F3 exec atom ~/.config/i3/i3-keybinds
  179. bindsym $mod+F4 exec atom ~/.config/i3/config
  180. bindsym $mod+F5 exec atom ~/.config/i3/picom.conf
  181. bindsym $mod+F6 exec atom ~/.config/polybar/config.ini
  182. bindsym $mod+F7 exec atom ~/.config/rofi/config.rasi
  183. bindsym $mod+F8 exec atom ~/.zshrc
  184. for_window [class="Nemo-terminal-prefs|mpv"]focus, floating enable, resize set 1280 854, move position center
  185. for_window [title="File Management Preferences"] focus, floating enable, resize set 1100 580, move position 2188 463
  186. exec --no-startup-id nemo
  187. bindsym $mod+Shift+Return exec nemo
  188. bindsym Ctrl+Mod1+backslash exec subl
  189. bindsym $mod+t exec thunar
  190.  
  191. set $ws12 "12"
  192. assign [class="qBittorrent"] $ws12
  193. for_window [class="qBittorrent"] floating enable, resize set 1400 860, move position 2180 90
  194. bindsym $mod+F12 exec qbittorrent
  195. exec qbittorrent
  196.  
  197. set $ws13 "13"
  198. assign [class="File-roller|Filezilla|Xfce4-dict"] $ws13
  199. for_window [title="Extraire"] focus, floating enable, resize set 960 480, move position 920 500
  200. for_window [class="File-roller"] focus, floating enable, move position 1280 496
  201. for_window [class="Filezilla"] focus
  202. bindsym $mod+Ctrl+f exec filezilla
  203. for_window [class="Xfce4-dict"]focus, floating enable, resize set 875 960, move position 1940 60
  204. bindsym $mod+Ctrl+d exec xfce4-dict
  205.  
  206. set $ws14 "14"
  207. assign [class="Kvantum Manager|Lxappearance|Oomox|qt5ct"] $ws14
  208. for_window [class="Kvantum Manager"] focus, floating enable, move position 1960 360
  209. for_window [class="Lxappearance"] focus, floating enable, resize set 800 600, move position 2480 240
  210. for_window [class="Oomox"] focus
  211. for_window [class="qt5ct"] focus, floating enable, resize set 900 720, move position 510 160
  212. bindsym Ctrl+Mod1+k exec kvantummanager
  213. bindsym Ctrl+Mod1+l exec lxappearance
  214. bindsym $mod+o exec oomox-gui
  215. bindsym $mod+Ctrl+q exec qt5ct
  216.  
  217. set $ws15 "15"
  218. assign [class="Gcolor3|gmic_qt"] $ws15
  219. for_window [class="Gcolor3"]focus, floating enable, resize set 700 300, move position 1930 756
  220. bindsym $mod+Ctrl+c exec gcolor3
  221. for_window [class="gmic_qt"] focus
  222.  
  223. set $ws16 "16"
  224. assign [class="Arcolinux-tweak-tool.py|GParted|Grub-customizer|sddm-config-editor"] $ws16
  225. for_window [class="Arcolinux-tweak-tool.py"] focus, floating enable, move position 2600 100
  226. for_window [class="GParted"] focus, floating enable, resize set 775 500, move position 2600 520
  227. for_window [class="Grub-customizer"] focus, floating enable, move position 1960 180
  228. for_window [class="sddm-config-editor"] focus, floating enable, move position 1960 180
  229. bindsym Ctrl+Mod1+comma exec arcolinux-tweak-tool
  230. bindsym $mod+Ctrl+g exec gparted
  231.  
  232. #ᰜᰜᰜᰜᰜᰜ Unassigned Applications ᰜᰜᰜᰜᰜᰜ#
  233.  
  234. for_window [class="Dialog|Font-manager"] focus, floating enable, move position 1000 400
  235. for_window [window_role="GtkFileChooserDialog"] floating enable, focus
  236.  
  237. for_window [class="balena-etcher-electron"] move position 1940 320
  238. bindsym $mod+Ctrl+e exec etcher
  239.  
  240. for_window [class="Mate-system-monitor"] floating enable, resize set 800 987, move position 560 48
  241. bindsym $mod+Ctrl+m exec mate-system-monitor
  242.  
  243. for_window [class="URxvt"] floating enable, resize set 680 600, move position 500 100
  244. bindsym $mod+u exec urxvt; focus
  245.  
  246. for_window [class="Xfce4-appfinder|Xfce4-settings-manager|Xfce4-taskmanager"] focus, floating enable
  247. bindsym $mod+Ctrl+l exec xfce4-appfinder
  248. bindsym $mod+Ctrl+n exec xfce4-notes
  249. bindsym Ctrl+Mod1+m exec --no-startup-id xfce4-settings-manager
  250. bindsym Ctrl+Shift+Escape exec --no-startup-id xfce4-taskmanager
  251.  
  252. #ᰜᰜᰜᰜᰜᰜ Scratchpad ᰜᰜᰜᰜᰜᰜ#
  253.  
  254. # move the currently focused window to the scratchpad
  255. bindsym Mod1+Shift+slash move scratchpad
  256. bindsym Mod1+slash scratchpad show
  257.  
  258. for_window [class="Alacritty"] floating enable, resize set 880 640, move position 1000 110
  259. bindsym $mod+Return exec alacritty
  260. bindsym Mod1+comma [class="Alacritty"] scratchpad show
  261.  
  262. for_window [class="Audio-recorder"] move scratchpad, move postion 1940 360
  263. bindsym $mod+shift+f exec audio-recorder
  264. bindsym $mod+shift+a [class="Audio-recorder"] scratchpad show
  265.  
  266. for_window [class="Gucharmap"] move scratchpad, resize set 900 600, move position 20 420
  267. bindsym Ctrl+Mod1+period exec gucharmap
  268. bindsym Mod1+period [class="Gucharmap"] scratchpad show
  269.  
  270. for_window [class="SimpleScreenRecorder"] move scratchpad, floating enable
  271. for_window [title="Sélectionner un ou plusieurs fichiers à ouvrir"] floating enable
  272. bindsym $mod+s exec simplescreenrecorder
  273. bindsym $mod+shift+s [class="SimpleScreenRecorder"] scratchpad show
  274.  
  275. for_window [class="vlc"] focus, move scratchpad, floating enable
  276. for_window [title="Sélectionner un ou plusieurs fichiers à ouvrir"] focus, floating enable
  277. for_window [title="Préférences simples"] focus, floating enable
  278. exec vlc
  279. bindsym $mod+v exec vlc
  280. bindsym $mod+shift+v [class="vlc"] scratchpad show
  281.  
  282. #ᰜᰜᰜᰜᰜᰜ Screenshots ᰜᰜᰜᰜᰜᰜ#
  283.  
  284. for_window [class="flameshot"] floating enable, resize set 730 480
  285. bindsym Ctrl+Mod1+s exec flameshot
  286. bindsym Shift+Print exec --no-startup-id "flameshot gui -p ~/Images/Flameshot"
  287. bindsym Print exec --no-startup-id scrot ' -%Y-%m-%d-%s_$wx$h.jpg' -e 'mv $f $$(xdg-user-dir IMAGES)'
  288. bindsym Ctrl+Print exec --no-startup-id xfce4-screenshooter
  289.  
  290. #ᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜ#
  291. #ᰜᰜᰜᰜᰜᰜ Dual Monitor Setup ᰜᰜᰜᰜᰜᰜ#
  292.  
  293. set $Screen1 HDMI-A-0
  294. set $Screen2 DVI-D-0
  295.  
  296. workspace 1 output $Screen1
  297. workspace 2 output $Screen1
  298. workspace 3 output $Screen1
  299. workspace 4 output $Screen1
  300. workspace 5 output $Screen1
  301. workspace 6 output $Screen1
  302. workspace 7 output $Screen1
  303. workspace 8 output $Screen1
  304. workspace 9 output $Screen1
  305. workspace 10 output $Screen2
  306. workspace 11 output $Screen2
  307. workspace 12 output $Screen2
  308. workspace 13 output $Screen2
  309. workspace 14 output $Screen2
  310. workspace 15 output $Screen2
  311. workspace 16 output $Screen2
  312.  
  313. #ᰜᰜᰜᰜᰜᰜ Workspace Switching Functions ᰜᰜᰜᰜᰜᰜ#
  314.  
  315. # Switch to workspace
  316. bindsym $mod+1 workspace $ws1
  317. bindsym $mod+2 workspace $ws2
  318. bindsym $mod+3 workspace $ws3
  319. bindsym $mod+4 workspace $ws4
  320. bindsym $mod+5 workspace $ws5
  321. bindsym $mod+6 workspace $ws6
  322. bindsym $mod+7 workspace $ws7
  323. bindsym $mod+8 workspace $ws8
  324. bindsym $mod+9 workspace $ws9
  325. bindsym $mod+0 workspace $ws10
  326. bindsym $mod+minus workspace $ws11
  327. bindsym $mod+equal workspace $ws12
  328. bindsym $mod+bracketleft workspace $ws13
  329. bindsym $mod+bracketright workspace $ws14
  330. bindsym $mod+grave workspace $ws15
  331. bindsym $mod+apostrophe workspace $ws16
  332.  
  333. # Move focused container to workspace
  334. bindsym $mod+Shift+1 move container to workspace $ws1; workspace $ws1
  335. bindsym $mod+Shift+2 move container to workspace $ws2; workspace $ws2
  336. bindsym $mod+Shift+3 move container to workspace $ws3; workspace $ws3
  337. bindsym $mod+Shift+4 move container to workspace $ws4; workspace $ws4
  338. bindsym $mod+Shift+5 move container to workspace $ws5; workspace $ws5
  339. bindsym $mod+Shift+6 move container to workspace $ws6; workspace $ws6
  340. bindsym $mod+Shift+7 move container to workspace $ws7; workspace $ws7
  341. bindsym $mod+Shift+8 move container to workspace $ws8; workspace $ws8
  342. bindsym $mod+Shift+9 move container to workspace $ws9; workspace $ws9
  343. bindsym $mod+Shift+0 move container to workspace $ws10; workspace $ws10
  344. bindsym $mod+Shift+minus move container to workspace $ws11; workspace $ws11
  345. bindsym $mod+Shift+equal move container to workspace $ws12; workspace $ws12
  346. bindsym $mod+Shift+bracketleft move container to workspace $ws13; workspace $ws13
  347. bindsym $mod+Shift+bracketright move container to workspace $ws14; workspace $ws14
  348. bindsym $mod+Shift+grave move container to workspace $ws15; workspace $ws15
  349. bindsym $mod+Shift+apostrophe move container to workspace $ws16; workspace $ws16
  350.  
  351. #ᰜᰜᰜᰜᰜᰜ Resize Windows ᰜᰜᰜᰜᰜᰜ#
  352.  
  353. bindsym $mod+Ctrl+Right resize grow width 10
  354. bindsym $mod+Ctrl+Up resize shrink height 10
  355. bindsym $mod+Ctrl+Down resize grow height 10
  356. bindsym $mod+Ctrl+Left resize shrink width 10
  357.  
  358. #ᰜᰜᰜᰜᰜᰜ Resize Gaps ᰜᰜᰜᰜᰜᰜ#
  359. # gaps inner|outer|horizontal|vertical|top|right|bottom|left current|all set|plus|minus|toggle
  360.  
  361. bindsym Ctrl+Shift+y gaps outer current toggle 40
  362. bindsym Ctrl+Shift+o gaps outer current plus 10
  363. bindsym Ctrl+Shift+i gaps outer current minus 10
  364. bindsym Ctrl+Shift+n gaps outer all set 10
  365. bindsym Ctrl+Shift+m gaps outer all set 20
  366. bindsym Ctrl+Shift+comma gaps outer all set 40
  367. bindsym Ctrl+Shift+period gaps outer all set 60
  368.  
  369. #ᰜᰜᰜᰜᰜᰜ Navigating Containers ᰜᰜᰜᰜᰜᰜ#
  370.  
  371. # Use mouse+$mod to drag floating windows to their new position
  372. floating_modifier $mod
  373.  
  374. # Toggle Tiling / Floating
  375. bindsym Ctrl+space floating toggle
  376.  
  377. # Change Focus
  378. bindsym $mod+Left focus left
  379. bindsym $mod+Down focus down
  380. bindsym $mod+Up focus up
  381. bindsym $mod+Right focus right
  382.  
  383. # Move Focused Window
  384. bindsym $mod+Shift+Left move left
  385. bindsym $mod+Shift+Down move down
  386. bindsym $mod+Shift+Up move up
  387. bindsym $mod+Shift+Right move right
  388.  
  389. #ᰜᰜᰜᰜᰜᰜ Navigating Workspaces ᰜᰜᰜᰜᰜᰜ#
  390.  
  391. # Navigate to Next / Previous Workspace
  392. bindsym Mod1+Shift+Tab workspace prev
  393. bindsym Mod1+Tab workspace next
  394. bindsym Mod1+Ctrl+Left workspace prev
  395. bindsym Mod1+Ctrl+Right workspace next
  396. bindsym $mod+Tab workspace back_and_forth
  397.  
  398. # Switch to workspace with urgent window automatically
  399. for_window [urgent=latest] focus
  400.  
  401. # Switch back to previous workspace by pressing the same keybinding used to switch from it
  402. workspace_auto_back_and_forth yes
  403.  
  404. #########################################
  405. #ᰜᰜᰜᰜᰜᰜ Border Control ᰜᰜᰜᰜᰜᰜ#
  406.  
  407. # default_border normal | none | pixel
  408. default_border none
  409.  
  410. # default_floating_border normal | none| pixel
  411. default_floating_border none
  412.  
  413. # hide_edge_borders none|vertical|horizontal|both|smart
  414. hide_edge_borders none
  415.  
  416. # new_window normal | new_window none | pixel
  417. new_window none
  418.  
  419. # new_float normal | none | pixel
  420. new_float none
  421.  
  422. bindsym $mod+shift+b exec --no-startup-id i3-msg border toggle
  423.  
  424. # i3wm Next Gaps (https://github.com/Airblader/i3/tree/gaps-next)
  425. gaps inner 14
  426. gaps outer 0
  427. smart_gaps on
  428. smart_borders on
  429.  
  430. #ᰜᰜᰜᰜᰜᰜ Tiling Parameters ᰜᰜᰜᰜᰜᰜ#
  431.  
  432. # Workspace_layout default|stacking|tabbed
  433. workspace_layout default
  434.  
  435. # Orientation for new workspaces
  436. default_orientation horizontal
  437.  
  438. # Enter fullscreen mode for the focused container
  439. bindsym $mod+f fullscreen toggle
  440.  
  441. # Change focus between tiling / floating windows
  442. bindsym $mod+space focus mode_toggle
  443.  
  444. # Application focus smart|urgent|focus|none
  445. focus_on_window_activation smart
  446.  
  447. # popup_during_fullscreen smart|ignore|leave_fullscreen
  448. popup_during_fullscreen leave_fullscreen
  449.  
  450. ################# Variety with Pywal for Wallpapers/Themes ᰜᰜᰜᰜᰜᰜ#
  451.  
  452. # next wallpaper
  453. bindsym mod1+Shift+n exec --no-startup-id variety -n && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  454. # previous wallpaper
  455. bindsym mod1+Shift+p exec --no-startup-id variety -p && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  456. # trash wallpaper
  457. bindsym mod1+Shift+t exec --no-startup-id variety -t && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  458. # Update Wallpaper
  459. bindsym mod1+Shift+u exec --no-startup-id wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)
  460.  
  461. #ᰜᰜᰜᰜᰜᰜ The End - Now Start Again ᰜᰜᰜᰜᰜᰜ#
  462. ############################################################################################
  463.  
Add Comment
Please, Sign In to add comment