poetician

i3 ArcoLinux | nvme0n1 Polybar | Polybar_autohide added (does not respond to bottom bar)

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