poetician

i3 Bumblebee-status | NVMe 0n1 | 0006 Piano Hall

May 28th, 2021
502
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.60 KB | None | 0 0
  1. #ᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜ#
  2. #ᰜᰜᰜ ㄗ 𑁣 𑁗 ፖ ༑ ᙅ ༑ ₳ ⴄ 𓁿Ꝣᰃ𑊸 ᰜᰜᰜ ᗿᙀጣЪ𐔹ᙦβᗕ𑄺-ⴝㆤᎯէᙀᎦЪДⴽ ᕮᗤ𐏒𐌕𐏒𐀏ꤚ ᰜᰜᰜ#
  3. #ᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜ#
  4. #ᰜᰜ ᰜᰜ#
  5. #ᰜ https://github.com/poetician ᰜᰜᰜ https://pastebin.com/u/poetician ᰜ#
  6.  
  7. # Developer URL:https://i3wm.org/
  8. # Version: 4.19.1 (2021-02-01) © 2009 Michael Stapelberg and contributors.
  9.  
  10. # Derived in part from ArcoLinux default: https://github.com/arcolinux
  11.  
  12. #ᰜᰜᰜᰜᰜᰜ Key Names ᰜᰜᰜᰜᰜᰜ#
  13.  
  14. # Control = Ctrl # Shift = Shift # Escape = Escape
  15. # Pause = Pause # Mod1 = Alt # Return = Enter
  16. # Mod = Mod4 # Tab = Tab # Print = Print
  17.  
  18. # Define the $mod variable key
  19. set $mod Mod4
  20.  
  21. #ᰜᰜᰜᰜᰜᰜ Dual Monitor Setup ᰜᰜᰜᰜᰜᰜ#
  22.  
  23. set $Screen1 HDMI-A-0
  24. set $Screen2 DVI-D-0
  25.  
  26. workspace 1 output $Screen1
  27. workspace 2 output $Screen1
  28. workspace 3 output $Screen1
  29. workspace 4 output $Screen1
  30. workspace 5 output $Screen1
  31. workspace 6 output $Screen1
  32. workspace 7 output $Screen1
  33. workspace 8 output $Screen2
  34. workspace 9 output $Screen2
  35. workspace 10 output $Screen2
  36. workspace 11 output $Screen2
  37. workspace 12 output $Screen2
  38. workspace 13 output $Screen2
  39. workspace 14 output $Screen2
  40. workspace 15 output $Screen2
  41.  
  42. #ᰜᰜᰜᰜᰜᰜ Display Settings ᰜᰜᰜᰜᰜᰜ#
  43.  
  44. 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
  45. exec killall picom &&
  46. exec_always --no-startup-id picom --config ~/.config/i3/picom.conf
  47. bindsym Ctrl+Mod1+o exec --no-startup-id ~/.config/i3/scripts/picom-toggle.sh
  48. exec killall redshift &&
  49. exec redshift &
  50.  
  51. #ᰜᰜᰜᰜᰜᰜ Reload Changed Configuration ᰜᰜᰜᰜᰜᰜ#
  52.  
  53. # Restart i3 in place (preserves the layout/session, can be used to upgrade i3)
  54. bindsym $mod+Shift+r restart
  55.  
  56. # Reload the configuration file (problematic with some apps; logging out/in is preferred)
  57. bindsym $mod+Shift+c reload
  58.  
  59. #ᰜᰜᰜᰜᰜᰜ Stop Applications ᰜᰜᰜᰜᰜᰜ#
  60.  
  61. # Kill focused window
  62. bindsym $mod+q kill
  63.  
  64. # Xkill focused window
  65. bindsym --release $mod+Escape exec xkill
  66.  
  67. # Hibernate, Lockscreen, Logout, Reboot, Suspend
  68. bindsym $mod+x exec arcolinux-logout
  69.  
  70. #####################################################
  71. #ᰜᰜᰜᰜᰜᰜ Workspace Switching Functions ᰜᰜᰜᰜᰜᰜ#
  72.  
  73. # Switch to workspace
  74. bindsym $mod+1 workspace $ws1
  75. bindsym $mod+2 workspace $ws2
  76. bindsym $mod+3 workspace $ws3
  77. bindsym $mod+4 workspace $ws4
  78. bindsym $mod+5 workspace $ws5
  79. bindsym $mod+6 workspace $ws6
  80. bindsym $mod+7 workspace $ws7
  81. bindsym $mod+8 workspace $ws8
  82. bindsym $mod+9 workspace $ws9
  83. bindsym $mod+0 workspace $ws10
  84. bindsym $mod+minus workspace $ws11
  85. bindsym $mod+equal workspace $ws12
  86. bindsym $mod+bracketleft workspace $ws13
  87. bindsym $mod+bracketright workspace $ws14
  88. bindsym $mod+grave workspace $ws15
  89.  
  90. # Move focused container to workspace
  91. bindsym $mod+Shift+1 move container to workspace $ws1; workspace $ws1
  92. bindsym $mod+Shift+2 move container to workspace $ws2; workspace $ws2
  93. bindsym $mod+Shift+3 move container to workspace $ws3; workspace $ws3
  94. bindsym $mod+Shift+4 move container to workspace $ws4; workspace $ws4
  95. bindsym $mod+Shift+5 move container to workspace $ws5; workspace $ws5
  96. bindsym $mod+Shift+6 move container to workspace $ws6; workspace $ws6
  97. bindsym $mod+Shift+7 move container to workspace $ws7; workspace $ws7
  98. bindsym $mod+Shift+8 move container to workspace $ws8; workspace $ws8
  99. bindsym $mod+Shift+9 move container to workspace $ws9; workspace $ws9
  100. bindsym $mod+Shift+0 move container to workspace $ws10; workspace $ws10
  101. bindsym $mod+Shift+minus move container to workspace $ws11; workspace $ws11
  102. bindsym $mod+Shift+equal move container to workspace $ws12; workspace $ws12
  103. bindsym $mod+Shift+bracketleft move container to workspace $ws13; workspace $ws13
  104. bindsym $mod+Shift+bracketright move container to workspace $ws14; workspace $ws14
  105. bindsym $mod+Shift+grave move container to workspace $ws15; workspace $ws15
  106.  
  107. #ᰜᰜᰜᰜᰜᰜ Resize Windows ᰜᰜᰜᰜᰜᰜ#
  108. # Resizing windows with keyboard only: https://unix.stackexchange.com/q/255344/150597
  109.  
  110. bindsym $mod+Ctrl+Right resize grow width 1 px
  111. bindsym $mod+Ctrl+Up resize shrink height 1 px
  112. bindsym $mod+Ctrl+Down resize grow height 1 px
  113. bindsym $mod+Ctrl+Left resize shrink width 1 px
  114.  
  115. bindsym Ctrl+Shift+Right resize grow width 10 px
  116. bindsym Ctrl+Shift+Up resize shrink height 10 px
  117. bindsym Ctrl+Shift+Down resize grow height 10 px
  118. bindsym Ctrl+Shift+Left resize shrink width 10 px
  119.  
  120. #ᰜᰜᰜᰜᰜᰜ Resize Gaps ᰜᰜᰜᰜᰜᰜ#
  121. # gaps inner|outer|horizontal|vertical|top|right|bottom|left current|all set|plus|minus|toggle
  122.  
  123. bindsym Ctrl+Shift+a gaps outer current toggle 40
  124. bindsym Ctrl+Shift+s gaps outer current plus 10
  125. bindsym Ctrl+Shift+d gaps outer current minus 10
  126. bindsym Ctrl+Shift+w gaps outer all set 10
  127. bindsym Ctrl+Shift+e gaps outer all set 20
  128. bindsym Ctrl+Shift+r gaps outer all set 40
  129. bindsym Ctrl+Shift+t gaps outer all set 60
  130. bindsym Ctrl+Shift+y gaps inner all set 20
  131. bindsym Ctrl+Shift+u gaps inner all set 40
  132. bindsym Ctrl+Shift+i gaps inner all set 60
  133.  
  134. # popup_during_fullscreen smart|ignore|leave_fullscreen
  135. popup_during_fullscreen leave_fullscreen
  136.  
  137. ######################################
  138. #ᰜᰜᰜᰜᰜᰜ Border Ctrl ᰜᰜᰜᰜᰜᰜ#
  139.  
  140. # default_border normal | none | pixel
  141. default_border none
  142. # default_floating_border normal | none| pixel
  143. default_floating_border none
  144.  
  145. # hide_edge_borders none|vertical|horizontal|both|smart
  146. hide_edge_borders none
  147. bindsym $mod+shift+b exec --no-startup-id i3-msg border toggle
  148.  
  149. # new_window normal | new_window none | pixel
  150. new_window none
  151.  
  152. # new_float normal | none | pixel
  153. new_float pixel 1
  154.  
  155. #ᰜᰜᰜᰜᰜᰜ i3-Next-Gaps ᰜᰜᰜᰜᰜᰜ#
  156. # Settings for I3 next gaps https://github.com/Airblader/i3/tree/gaps-next
  157.  
  158. gaps inner 12
  159. gaps outer 8
  160. smart_gaps on
  161. smart_borders on
  162.  
  163. #############################################
  164. #ᰜᰜᰜᰜᰜᰜ Navigating Containers ᰜᰜᰜᰜᰜᰜ#
  165.  
  166. # Use mouse+$mod to drag floating windows to their new position
  167. floating_modifier $mod
  168.  
  169. # Toggle Tiling / Floating
  170. bindsym Ctrl+space floating toggle
  171.  
  172. # Change Focus
  173. bindsym $mod+Left focus left
  174. bindsym $mod+Down focus down
  175. bindsym $mod+Up focus up
  176. bindsym $mod+Right focus right
  177.  
  178. # Move Focused Window
  179. bindsym $mod+Shift+Left move left
  180. bindsym $mod+Shift+Down move down
  181. bindsym $mod+Shift+Up move up
  182. bindsym $mod+Shift+Right move right
  183.  
  184. #############################################
  185. #ᰜᰜᰜᰜᰜᰜ Navigating Workspaces ᰜᰜᰜᰜᰜᰜ#
  186.  
  187. # Navigate to Next / Previous Workspace
  188. bindsym Mod1+Shift+Tab workspace prev
  189. bindsym Mod1+Tab workspace next
  190. bindsym Mod1+Ctrl+Left workspace prev
  191. bindsym Mod1+Ctrl+Right workspace next
  192. bindsym $mod+Tab workspace back_and_forth
  193.  
  194. # Switch to workspace with urgent window automatically
  195. for_window [urgent=latest] focus
  196.  
  197. # Switch back to previous workspace by pressing the same keybinding used to switch from it
  198. workspace_auto_back_and_forth yes
  199.  
  200. #########################################
  201. #ᰜᰜᰜᰜᰜᰜ Tiling Parameters ᰜᰜᰜᰜᰜᰜ#
  202.  
  203. # Workspace_layout default|stacking|tabbed
  204. workspace_layout default
  205.  
  206. # Orientation for new workspaces
  207. default_orientation horizontal
  208.  
  209. # Enter fullscreen mode for the focused container
  210. bindsym $mod+f fullscreen toggle
  211.  
  212. # Change focus between tiling / floating windows
  213. bindsym $mod+space focus mode_toggle
  214.  
  215. # Focus the parent container
  216. bindsym $mod+p focus parent
  217.  
  218. # Focus the child "HHVH"
  219. bindsym $mod+c focus child
  220.  
  221. # Application focus smart|urgent|focus|none
  222. focus_on_window_activation smart
  223.  
  224. ####################################################
  225. #ᰜᰜᰜᰜᰜᰜ Bar and Workspace Appearance ᰜᰜᰜᰜᰜᰜ#
  226.  
  227. #ᰜᰜᰜᰜᰜᰜ Bar Toggle ᰜᰜᰜᰜᰜᰜ#
  228. # Bar toggle, hide or show
  229. bindsym $mod+b bar mode invisible
  230. bindsym $mod+m bar mode dock
  231.  
  232. # Title font and alignment also used by the bar unless a different font is named in the bar {} block below.
  233. font pango: Federation italic 12
  234. title_align center
  235.  
  236. bar {
  237. height 22
  238. workspace_buttons yes
  239. font pango:Bauhaus 12, FontAwesome 12
  240. i3bar_command i3bar -t
  241. tray_output HDMI-A-0
  242. tray_padding 2
  243. position top
  244.  
  245. # OPTION 1 : Bumblebee-status
  246. # https://github.com/tobi-wan-kenobi/bumblebee-status
  247. status_command ~/.config/bumblebee-status/bumblebee-status \
  248. -m spacer spacer spacer network_traffic spacer sun spacer redshift spacer \
  249. -m shortcut -p shortcut.cmds="alacritty -e vim ~/.config/i3/config;alacritty -e bpytop" shortcut.labels="vim;bpytop" \
  250. -m spacer uptime spacer datetime -p datetime.format=" %c " -m spacer pasink pasource \
  251. -m spacer todo spacer spacer spacer spacer \
  252. -t 0006-piano-hall
  253.  
  254. # OPTION 2 : Conky-statusbar
  255. # https://i3wm.org/docs/user-contributed/conky-i3bar.html
  256.  
  257. #status_command ~/.config/i3/start-conky-i3statusbar.sh
  258.  
  259. ##START THEMING BAR
  260. #Theme name : 0006-piano-hall
  261.  
  262. # i3 bar colors
  263.  
  264. colors {
  265. background #65695d66
  266. statusline #00000000
  267. separator #00000000
  268. # border backgr. text
  269. focused_workspace #00000000 #F2EFDE #997758
  270. inactive_workspace #00000000 #212427 #8d9ba1
  271. active_workspace #00000000 #997758 #F2EFDE
  272. urgent_workspace #9ea0b0 #9ea0b0 #212427
  273. }
  274. }
  275.  
  276. bar {
  277. height 20
  278. workspace_buttons no
  279. font pango:Bauhaus 12, FontAwesome 12
  280. i3bar_command i3bar -t
  281. output HDMI-A-0
  282. tray_output none
  283. position bottom
  284.  
  285. status_command ~/.config/bumblebee-status/bumblebee-status \
  286. -m spacer spacer spacer spacer hostname spacer kernel spacer load spacer cpu spacer memory spacer disk spacer \
  287. -m spacer spacer sensors2 spacer spacer battery-upower spacer spacer spacer spacer \
  288. -t 0006-piano-hall
  289.  
  290. colors {
  291. background #65695d66
  292. statusline #00000000
  293. separator #00000000
  294. }
  295. }
  296.  
  297. ### Usable modules: amixer arch-update "-p arch-update.left-click=" battery hddtemp
  298. ### indicator layout nic pacman ping progress sensors title traffic xkcd
  299. ### weather -p weather.location=Notre-dame-du-laus weather.showminmax=true -m
  300. ### Problematic modules: dunst playerctl smartstatus twmn
  301.  
  302. # Option 5: Polybar
  303. # Comment out the Bar section, and remove hashtag in the next line to load Polybar; log back in to see the change.
  304. # exec_always --no-startup-id ~/.config/polybar/launch.sh &
  305.  
  306. ##STOP THEMING BAR
  307.  
  308. ###################################################
  309. #ᰜᰜᰜᰜᰜᰜ Applications and Directives ᰜᰜᰜᰜᰜᰜ#
  310.  
  311. set $ws1 "1"
  312. assign [class="firefox|Midori"] $ws1
  313. exec firefox
  314. bindsym Ctrl+Mod1+f exec firefox
  315.  
  316. set $ws2 "2"
  317. assign [class="Arcolinux-tweak-tool.py|Blender|com-eteks-sweethome3d-SweetHome3D"] $ws2
  318. for_window [class="Arcolinux-tweak-tool.py"]focus, floating enable, move position center
  319. bindsym Ctrl+Mod1+a exec arcolinux-tweak-tool
  320. bindsym Ctrl+Mod1+b exec blender
  321. bindsym $mod+Ctrl+s exec com-eteks-sweethome3d-SweetHome3D
  322.  
  323. set $ws3 "3"
  324. assign [class="Cherrytree|Xfce4-dict"] $ws3
  325. for_window [class="Cherrytree"]focus, floating enable, resize set 960 960, move position 40 60
  326. exec cherrytree
  327. bindsym $mod+h exec cherrytree
  328. for_window [class="Xfce4-dict"]focus, floating enable, resize set 480 960, move position 1180 60
  329. bindsym $mod+Ctrl+d exec xfce4-dict
  330.  
  331. set $ws4 "4"
  332. assign [class="libreoffice"] $ws4
  333. for_window [class="libreoffice"]focus, floating enable, resize set 1360 1020, move position 280 32
  334. exec libreoffice
  335. bindsym $mod+l exec libreoffice
  336.  
  337. set $ws5 "5"
  338. assign [class="kdenlive|Olive"] $ws5
  339. for_window [class="kdenlive|Olive"]focus
  340. bindsym $mod+k exec kdenlive
  341. bindsym $mod+Shift+o exec olive-editor
  342.  
  343. set $ws6 "6"
  344. assign [class="Darktable|Gimp-2.10"] $ws6
  345. for_window [class="Darktable|Gimp-2.10"]focus
  346. bindsym $mod+Shift+t exec darktable
  347. bindsym $mod+g exec gimp-2.10
  348. for_window [instance="script-fu"] border normal
  349. for_window [title="Copying"] floating enable
  350. for_window [title="Deleting"] floating enable
  351. for_window [title="Moving"] floating enable
  352. for_window [window_role="^gimp-toolbox-color-dialog$"] floating enable
  353. for_window [window_role="pop-up"] floating enable
  354. for_window [window_role="^Preferences$"] floating enable
  355. for_window [window_role="setup"] floating enable
  356.  
  357. set $ws7 "7"
  358. assign [class="Google Earth Pro"] $ws7
  359. for_window [class="Google Earth Pro"]focus
  360. bindsym $mod+e exec google-earth-pro
  361.  
  362. set $ws8 "8"
  363. assign [class="Pamac-manager|Pystopwatch|vlc|Xscreensaver-demo"] $ws8
  364.  
  365. bindsym Ctrl+Mod1+p exec pamac-manager
  366. for_window [class="Pamac-manager"] focus, floating enable, move position 3095 32
  367. for_window [class="Pystopwatch"] focus, floating enable, move position 2358 191, resize set 300 100
  368. exec pystopwatch
  369. for_window [class="vlc"] floating enable, move position 3210 880, resize set 520 100
  370. exec vlc
  371. bindsym $mod+v exec vlc
  372. for_window [class="Xscreensaver-demo"] floating enable, move position 1932 460, resize set 1088 608
  373. exec_always --no-startup-id xscreensaver
  374. exec --no-startup-id xscreensaver-demo
  375. bindsym $mod+Ctrl+x exec xscreensaver-demo
  376.  
  377. set $ws9 "9"
  378. assign [class="Meld"] $ws9
  379. for_window [class="Meld"]focus, floating enable, resize set 1904 1040, move position 1928 32
  380. exec meld
  381. bindsym $mod+F9 exec meld
  382.  
  383. set $ws10 "10"
  384. assign [class="VirtualBox|VirtualBox Manager|VirtualBox Machine"] $ws10
  385. for_window [class="VirtualBox Machine|VirtualBox Manager"]focus, floating disable
  386. for_window [class="VirtualBox"] move position 1920 480
  387. exec virtualbox manager
  388. bindsym $mod+F10 exec virtualbox manager
  389.  
  390. set $ws11 "11"
  391. assign [class="Atom|Nemo|Thunar|mpv"] $ws11
  392. for_window [class="Atom|Nemo|Thunar"]focus
  393. for_window [class="Nemo-terminal-prefs|mpv"]focus, floating enable, resize set 1280 854, move position center
  394. bindsym $mod+a exec atom
  395. bindsym $mod+F1 exec atom ~/.config/alacritty/alacritty.yml
  396. bindsym $mod+F2 exec atom ~/.bashrc
  397. bindsym $mod+F3 exec atom ~/.config/bumblebee-status/bumblebee-status
  398. bindsym $mod+F4 exec atom ~/.config/i3/config
  399. bindsym $mod+F5 exec atom ~/.config/polybar/config
  400. bindsym $mod+F6 exec atom ~/.config/sxhkd/sxhkdrc
  401. bindsym $mod+F7 exec atom ~/.zshrc
  402. bindsym $mod+Shift+Return exec nemo
  403. exec thunar
  404. bindsym $mod+t exec thunar
  405.  
  406. set $ws12 "12"
  407. assign [class="qBittorrent"] $ws12
  408. for_window [class="qBittorrent"] floating enable, resize set 1400 800, move position 2180 120
  409. bindsym $mod+F12 exec qbittorrent
  410. exec qbittorrent
  411.  
  412. set $ws13 "13"
  413. assign [class="Bleachbit|Filezilla"] $ws13
  414. for_window [class="Bleachbit|Filezilla"] focus
  415. bindsym $mod+Ctrl+b exec bleachbit
  416. bindsym $mod+z exec filezilla
  417.  
  418. set $ws14 "14"
  419. assign [class="Lxappearance|Oomox|__main__.py"] $ws14
  420. for_window [class="Gcolor2"]focus, move position 3220 40
  421. for_window [class="Oomox"] focus, floating enable, resize set 1260 990, move position 1925 40
  422. for_window [class="Lxappearance"] focus, floating enable, resize set 880 510, move position 2924 520
  423. bindsym $mod+Shift+g exec gcolor2
  424. bindsym Ctrl+Mod1+l exec lxappearance
  425. bindsym $mod+o exec oomox-gui
  426.  
  427. set $ws15 "15"
  428. assign [class="discord"] $ws15
  429. for_window [class="discord"] floating enable, move position 2280 50, resize set 1200 960
  430. exec discord
  431. bindsym Ctrl+Mod1+d exec discord
  432.  
  433. ###################################
  434. #ᰜᰜᰜᰜᰜᰜ Screenshots ᰜᰜᰜᰜᰜᰜ#
  435.  
  436. for_window [class="flameshot"] floating enable, resize set 730 480
  437. bindsym Ctrl+Mod1+s exec flameshot
  438.  
  439. bindsym Shift+Print exec --no-startup-id "flameshot gui -p ~/Images/Flameshot"
  440. bindsym Print exec --no-startup-id scrot ' -%Y-%m-%d-%s_$wx$h.jpg' -e 'mv $f $$(xdg-user-dir IMAGES)'
  441. bindsym Ctrl+Print exec --no-startup-id xfce4-screenshooter
  442.  
  443. #############################################
  444. #ᰜᰜᰜᰜᰜᰜ Application Launching ᰜᰜᰜᰜᰜᰜ#
  445.  
  446. set $rofi exec rofi -show-icons -fake-transparency -auto-select -lines 2 -columns 3 -width 35 -font "Bauhaus 14"
  447. # Start drun Mode
  448. bindsym $mod+r $rofi -show drun -location 7 -m HDMI-A-0
  449. # Start Rofi Combi Mode
  450. bindsym $mod+Ctrl+c $rofi -show combi -location 5 -m HDMI-A-0
  451. # Start Rofi Window Mode
  452. bindsym $mod+w $rofi -show window -location 6 -m HDMI-A-0
  453. # Start Rofi-Shortcuts
  454. bindsym $mod+Ctrl+r exec ~/.config/rofi/rofi-shortcuts/rofi-shortcuts.sh -m HDMI-A-0
  455. # Start Rofi Theme Selector
  456. bindsym Ctrl+Mod1+r exec --no-startup-id rofi-theme-selector -m HDMI-A-0
  457.  
  458. ####################################
  459. #ᰜᰜᰜᰜᰜᰜ Applications ᰜᰜᰜᰜᰜᰜ#
  460.  
  461. for_window [class="Alacritty"] floating enable, resize set 760 700, move position 1110 280
  462. bindsym Mod1+comma [class="Alacritty"] scratchpad show
  463. bindsym $mod+Return exec alacritty
  464.  
  465. bindsym Ctrl+Mod1+c exec catfish; focus
  466.  
  467. for_window [class="balena-etcher-electron"] move position 1940 320
  468. bindsym $mod+Ctrl+e exec etcher; focus
  469.  
  470. bindsym $mod+Ctrl+h exec handbrake; focus
  471.  
  472. bindsym $mod+Ctrl+i exec inkscape; focus
  473.  
  474. for_window [class="kitty"] floating enable
  475. bindsym $mod+y exec kitty; focus
  476.  
  477. for_window [class="Kvantum Manager"] floating enable
  478. bindsym Ctrl+Mod1+k exec kvantummanager
  479.  
  480. for_window [class="Mate-system-monitor"] floating enable, resize set 800 987, move position 560 48
  481. bindsym $mod+Ctrl+m exec mate-system-monitor
  482.  
  483. bindsym $mod+n exec nitrogen
  484. for_window [class="Nitrogen"] floating enable, resize set 833 883, move position 1047 137
  485.  
  486. for_window [class="qt5ct"] floating enable, resize set 900 720, move position 510 160
  487. bindsym $mod+Ctrl+q exec qt5ct; focus
  488.  
  489. bindsym $mod+Ctrl+t exec urxvt; focus
  490.  
  491. for_window [class="Xfce4-appfinder"] floating enable
  492. bindsym $mod+Ctrl+l exec --no-startup-id xfce4-appfinder
  493. bindsym $mod+Ctrl+n exec xfce4-notes
  494. bindsym Ctrl+Mod1+m exec --no-startup-id xfce4-settings-manager
  495. bindsym Ctrl+Shift+Escape exec --no-startup-id xfce4-taskmanager, focus
  496.  
  497. #ᰜᰜᰜᰜᰜᰜ Loading Applications at Startup ᰜᰜᰜᰜᰜᰜ#
  498.  
  499. #xmodmap -e "keysym BackSpace = Delete" -e "keysym Delete = BackSpace"
  500. exec setxkbmap -option caps:swapescape
  501. exec nitrogen --restore
  502. for_window [class="Polkit-gnome-authentication-agent-1"] focus, move position 2760 460
  503. exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
  504. #exec_always --no-startup-id ~/.config/polybar/launch.sh &
  505. exec --no-startup-id /usr/lib/geoclue-2.0/demos/agent
  506. exec_always --no-startup-id unclutter --timeout 2
  507. exec --no-startup-id xfce4-power-manager &
  508. exec --no-startup-id /usr/lib/xfce4/notifyd/xfce4-notifyd &
  509.  
  510. #ᰜᰜᰜᰜᰜᰜ Tray Applications ᰜᰜᰜᰜᰜᰜ#
  511.  
  512. # Network
  513. exec --no-startup-id nm-applet
  514. # Parcellite
  515. exec --no-startup-id parcellite
  516. # Workrave
  517. for_window [class="Workrave"] focus
  518. exec --no-startup-id workrave
  519. # Volume
  520. exec --no-startup-id volumeicon
  521. # Updater
  522. exec --no-startup-id pamac-tray
  523. # Dropbox
  524. exec --no-startup-id dropbox start
  525. # MEGA
  526. exec --no-startup-id megasync
  527.  
  528. #ᰜᰜᰜᰜᰜᰜ Floating or Tiled ᰜᰜᰜᰜᰜᰜ#
  529.  
  530. for_window [class="Dialog|Engrampa|File-roller|Font-manager"] floating enable move position 180 80
  531. for_window [class="Galculator|Gnome-calendar|Gnome-disks|^Gnome-font-viewer$"] floating enable
  532. for_window [class="GParted|^Gpick$|Grub-customizer"] floating enable
  533. for_window [class="System-config-printer.py|URxvt"] floating enable
  534. for_window [class="Xfce4-settings-manager|Xfce4-taskmanager"] floating enable
  535.  
  536. #ᰜᰜᰜᰜᰜᰜ Scratchpad ᰜᰜᰜᰜᰜᰜ#
  537.  
  538. # move the currently focused window to the scratchpad
  539. bindsym Mod1+Shift+slash move scratchpad
  540. bindsym Mod1+slash scratchpad show
  541.  
  542. for_window [class="Gucharmap"] move scratchpad, resize set 800 600, move position 10 436
  543. bindsym Mod1+period [class="Gucharmap"] scratchpad show
  544. bindsym Ctrl+Mod1+period exec gucharmap
  545.  
  546. #bindsym $mod+shift+a [class="Audio Recorder"] scratchpad show
  547. bindsym $mod+s exec simplescreenrecorder
  548. bindsym $mod+shift+s [class="SimpleScreenRecorder"] scratchpad show
  549.  
  550. ##############################################
  551. #ᰜᰜᰜᰜᰜᰜ Variety for Wallpapers ᰜᰜᰜᰜᰜᰜ#
  552.  
  553. # exec --no-startup-id variety
  554. for_window [class="Variety"] floating enable
  555. for_window [instance="Variety Preferences"] floating enable
  556.  
  557. # trash wallpaper
  558. bindsym Mod1+t exec --no-startup-id variety -t
  559. # next wallpaper
  560. bindsym Mod1+n exec --no-startup-id variety -n
  561. bindsym Mod1+Right exec --no-startup-id variety -n
  562. # previous wallpaper
  563. bindsym Mod1+p exec --no-startup-id variety -p
  564. bindsym Mod1+Left exec --no-startup-id variety -p
  565. # favorite wallpaper
  566. bindsym Mod1+f exec --no-startup-id variety -f
  567. # pause wallpaper
  568. bindsym Mod1+Up exec --no-startup-id variety --pause
  569. # resume wallpaper
  570. bindsym Mod1+Down exec --no-startup-id variety --resume
  571.  
  572. #ᰜᰜᰜᰜᰜᰜ Variety with Pywal ᰜᰜᰜᰜᰜᰜ#
  573.  
  574. # next wallpaper
  575. bindsym Mod1+Shift+n exec --no-startup-id variety -n && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  576. # previous wallpaper
  577. bindsym Mod1+Shift+p exec --no-startup-id variety -p && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  578. # trash wallpaper
  579. bindsym Mod1+Shift+t exec --no-startup-id variety -t && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  580. # update wallpaper
  581. bindsym Mod1+Shift+u exec --no-startup-id wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)
  582.  
  583. #ᰜᰜᰜᰜᰜᰜ The End - Now Start Again ᰜᰜᰜᰜᰜᰜ#
  584. #########################################################################################
  585.  
  586. # All these words are empty baskets
  587. # Carried to the market square
  588. # Trading truth and lies in barter
  589. # Warranting warn buyer beware
  590.  
  591. # All these words are reeds I wove
  592. # Taught to hold my pauper’s share
  593. # Show me yours before and after
  594. # Out in the open we may compare
  595.  
  596. # All these words are on the table
  597. # Yoked to folly the shell game starts
  598. # Trick the eye they who are able
  599. # Cunning those the same the heart
  600.  
  601. # All these words are fruits of labour
  602. # Bounty’s grace on harvest’s day
  603. # Test taste and judge the many flavours
  604. # Fill your need be on your way
  605.  
  606. # All these words so meet and proper
  607. # Morning meals served hot or cold
  608. # Savour meaning old sharecropper
  609. # Recall the stories you were told
  610.  
  611. # All these words are open caskets
  612. # Life goes on even nothing’s fair
  613. # Gather seeds for ever after
  614. # Till the breach sow to repair
  615.  
Add Comment
Please, Sign In to add comment