poetician

i3 Bumblebee-status | NVMe 0n1 | BuckInFog

May 18th, 2021 (edited)
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.48 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+o gaps outer current toggle 40
  124. bindsym Ctrl+Shift+p 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. bar {
  233. height 22
  234. workspace_buttons yes
  235. workspace_min_width 24
  236. font pango:Bauhaus 12, FontAwesome 12
  237. i3bar_command i3bar -t
  238. tray_output HDMI-A-0
  239. tray_padding 2
  240. position top
  241.  
  242. # OPTION 1 : Bumblebee-status
  243. # https://github.com/tobi-wan-kenobi/bumblebee-status
  244. status_command ~/Data/bumblebee-status/bumblebee-status \
  245. -m spacer spacer spacer spacer network_traffic spacer spacer sun spacer spacer redshift spacer spacer \
  246. -m shortcut -p shortcut.cmds="alacritty -e vim ~/.config/i3/config;alacritty -e htop" shortcut.labels="vim;htop" \
  247. -m spacer spacer uptime spacer spacer datetime -p datetime.format=" %c " -m spacer spacer pasink pasource \
  248. -m spacer spacer todo spacer spacer \
  249. -t BuckInFog-LT
  250.  
  251. # OPTION 2 : Conky-statusbar
  252. # https://i3wm.org/docs/user-contributed/conky-i3bar.html
  253.  
  254. #status_command ~/.config/i3/start-conky-i3statusbar.sh
  255.  
  256. ##START THEMING BAR
  257. #Theme name : BuckInFog
  258.  
  259. # i3 bar colors
  260.  
  261. colors {
  262. background #6c6c6c66
  263. statusline #00000000
  264. separator #00000000
  265. # border backgr. text
  266. focused_workspace #00000000 #898989 #6c6c6c
  267. inactive_workspace #00000000 #212427 #8d9ba1
  268. active_workspace #00000000 #6c6c6c #F2EFDE
  269. urgent_workspace #9ea0b0 #9ea0b0 #212427
  270. }
  271. }
  272.  
  273. bar {
  274. height 20
  275. workspace_buttons no
  276. font pango:Bauhaus 12, FontAwesome 12
  277. i3bar_command i3bar -t
  278. output HDMI-A-0
  279. tray_output none
  280. position bottom
  281.  
  282. status_command ~/Data/bumblebee-status/bumblebee-status \
  283. -m spacer spacer spacer spacer hostname spacer spacer kernel \
  284. -m spacer spacer cpu spacer spacer spacer memory spacer spacer spacer spacer disk \
  285. -m spacer spacer spacer spacer sensors2 spacer spacer spacer battery-upower spacer spacer spacer \
  286. -t BuckInFog-L
  287.  
  288. colors {
  289. background #65695d66
  290. }
  291. }
  292.  
  293. ### Usable modules: amixer arch-update "-p arch-update.left-click=" battery hddtemp indicator layout nic
  294. ### pacman ping progress sensors title traffic xkcd
  295. ### Problematic modules: dunst playerctl smartstatus twmn
  296.  
  297. # Option 2: Polybar
  298. # Comment out the Bar section and conky, and remove hashtag in the next line to load Polybar; log back in to see the change.
  299. # exec_always --no-startup-id ~/.config/polybar/launch.sh &
  300.  
  301. ##STOP THEMING BAR
  302.  
  303. ###################################################
  304. #ᰜᰜᰜᰜᰜᰜ Applications and Directives ᰜᰜᰜᰜᰜᰜ#
  305.  
  306. set $ws1 "1"
  307. assign [class="firefox|Midori"] $ws1
  308. exec firefox
  309. bindsym Ctrl+Mod1+f exec firefox
  310.  
  311. set $ws2 "2"
  312. assign [class="Arcolinux-tweak-tool.py|Blender|Catfish|com-eteks-sweethome3d-SweetHome3D|qimgv"] $ws2
  313. for_window [class="Arcolinux-tweak-tool.py"]focus, floating enable, move position center
  314. for_window [class="qimgv"] focus
  315. bindsym Ctrl+Mod1+c exec catfish; focus
  316. bindsym Ctrl+Mod1+a exec arcolinux-tweak-tool
  317. bindsym Ctrl+Mod1+b exec blender
  318. bindsym $mod+Ctrl+s exec com-eteks-sweethome3d-SweetHome3D
  319.  
  320. set $ws3 "3"
  321. assign [class="Cherrytree|Xfce4-dict"] $ws3
  322. for_window [class="Cherrytree"]focus, floating enable, resize set 960 960, move position 40 60
  323. exec cherrytree
  324. bindsym $mod+h exec cherrytree
  325. for_window [class="Xfce4-dict"]focus, floating enable, resize set 480 960, move position 1180 60
  326. bindsym $mod+Ctrl+d exec xfce4-dict
  327.  
  328. set $ws4 "4"
  329. assign [class="libreoffice"] $ws4
  330. for_window [class="libreoffice"]focus, floating enable, resize set 1360 1020, move position 280 32
  331. exec libreoffice
  332. bindsym $mod+l exec libreoffice
  333.  
  334. set $ws5 "5"
  335. assign [class="kdenlive|Olive"] $ws5
  336. for_window [class="kdenlive|Olive"]focus
  337. bindsym $mod+k exec kdenlive
  338. bindsym $mod+Shift+o exec olive-editor
  339.  
  340. set $ws6 "6"
  341. assign [class="Darktable|Gimp-2.10"] $ws6
  342. for_window [class="Darktable|Gimp-2.10"]focus
  343. bindsym $mod+Shift+t exec darktable
  344. bindsym $mod+g exec gimp-2.10
  345. for_window [instance="script-fu"] border normal
  346. for_window [title="Copying"] floating enable
  347. for_window [title="Deleting"] floating enable
  348. for_window [title="Moving"] floating enable
  349. for_window [window_role="^gimp-toolbox-color-dialog$"] floating enable
  350. for_window [window_role="pop-up"] floating enable
  351. for_window [window_role="^Preferences$"] floating enable
  352. for_window [window_role="setup"] floating enable
  353.  
  354. set $ws7 "7"
  355. assign [class="Google Earth Pro"] $ws7
  356. for_window [class="Google Earth Pro"]focus
  357. bindsym $mod+e exec google-earth-pro
  358.  
  359. set $ws8 "8"
  360. assign [class="Pystopwatch|vlc|Xscreensaver-demo"] $ws8
  361.  
  362.  
  363. for_window [class="Pystopwatch"] focus, floating enable, move position 2358 191, resize set 300 100
  364. exec pystopwatch
  365. for_window [class="vlc"] floating enable, move position 3210 880, resize set 520 100
  366. exec vlc
  367. bindsym $mod+v exec vlc
  368. for_window [class="Xscreensaver-demo"] floating enable, move position 1932 460, resize set 1088 608
  369. exec_always --no-startup-id xscreensaver
  370. exec --no-startup-id xscreensaver-demo
  371. bindsym $mod+Ctrl+x exec xscreensaver-demo
  372.  
  373. set $ws9 "9"
  374. assign [class="Meld"] $ws9
  375. for_window [class="Meld"]focus, floating enable, resize set 1904 1040, move position 1928 32
  376. exec meld
  377. bindsym $mod+F9 exec meld
  378.  
  379. set $ws10 "10"
  380. assign [class="VirtualBox|VirtualBox Manager|VirtualBox Machine"] $ws10
  381. for_window [class="VirtualBox Machine|VirtualBox Manager"]focus, floating disable
  382. for_window [class="VirtualBox"] move position 1920 480
  383. exec virtualbox manager
  384. bindsym $mod+F10 exec virtualbox manager
  385.  
  386. set $ws11 "11"
  387. assign [class="Atom|Nemo|Thunar|mpv"] $ws11
  388. for_window [class="Atom|Nemo|Thunar"]focus
  389. for_window [class="Nemo-terminal-prefs|mpv"]focus, floating enable, resize set 1280 854, move position center
  390. bindsym $mod+a exec atom
  391. bindsym $mod+F1 exec atom ~/.config/alacritty/alacritty.yml
  392. bindsym $mod+F2 exec atom ~/.bashrc
  393. bindsym $mod+F3 exec atom ~/.config/bumblebee-status/themes/extreme-golden-04.json
  394. bindsym $mod+F4 exec atom ~/.config/i3/config
  395. bindsym $mod+F5 exec atom ~/.config/polybar/config
  396. bindsym $mod+F6 exec atom ~/.config/sxhkd/sxhkdrc
  397. bindsym $mod+F7 exec atom ~/.zshrc
  398. bindsym $mod+Shift+Return exec nemo
  399. exec thunar
  400. bindsym $mod+t exec thunar
  401.  
  402. set $ws12 "12"
  403. assign [class="qBittorrent"] $ws12
  404. for_window [class="qBittorrent"] floating enable, resize set 1400 800, move position 2180 120
  405. bindsym $mod+F12 exec qbittorrent
  406. exec qbittorrent
  407.  
  408. set $ws13 "13"
  409. assign [class="Pamac-manager|Bleachbit|Filezilla"] $ws13
  410. for_window [class="Bleachbit|Filezilla"] focus
  411. bindsym Ctrl+Mod1+p exec pamac-manager
  412. for_window [class="Pamac-manager"] focus, floating enable, resize set 1050 800, move position 2345 120
  413. bindsym $mod+Ctrl+b exec bleachbit
  414. bindsym $mod+z exec filezilla
  415.  
  416. set $ws14 "14"
  417. assign [class="Lxappearance|Oomox|__main__.py"] $ws14
  418. for_window [class="Gcolor3"]focus, floating enable, resize set 700 300, move position 3085 690
  419. for_window [class="Oomox"] focus, floating enable, resize set 1030 990, move position 1920 50
  420. for_window [class="Lxappearance"] focus, floating enable, resize set 800 600, move position 3040 50
  421. bindsym $mod+Shift+g exec gcolor3
  422. bindsym Ctrl+Mod1+l exec lxappearance
  423. bindsym $mod+o exec oomox-gui
  424.  
  425. set $ws15 "15"
  426. assign [class="discord"] $ws15
  427. for_window [class="discord"] floating enable, move position 2280 50, resize set 1200 960
  428. exec discord
  429. bindsym Ctrl+Mod1+d exec discord
  430.  
  431. #############################################
  432. #ᰜᰜᰜᰜᰜᰜ Application Launching ᰜᰜᰜᰜᰜᰜ#
  433.  
  434. set $rofi exec rofi -fake-transparency -auto-select -font "Bauhaus 14"
  435. # Start drun Mode
  436. bindsym $mod+r $rofi -show drun -m HDMI-A-0
  437. # Start Rofi Combi Mode
  438. bindsym $mod+Ctrl+c $rofi -show combi -m HDMI-A-0
  439. # Start Rofi Window Mode
  440. bindsym $mod+w $rofi -show window -m HDMI-A-0
  441. # Start Rofi-Shortcuts
  442. bindsym $mod+Ctrl+r exec ~/.config/rofi/rofi-shortcuts/rofi-shortcuts.sh -m HDMI-A-0
  443. # Start Rofi Theme Selector
  444. bindsym Ctrl+Mod1+r exec --no-startup-id rofi-theme-selector
  445. ### Rofi Options: -sidebar-mode ;
  446.  
  447. ####################################
  448. #ᰜᰜᰜᰜᰜᰜ Applications ᰜᰜᰜᰜᰜᰜ#
  449.  
  450. for_window [class="Alacritty"] floating enable, resize set 760 700, move position 1110 280
  451. bindsym Mod1+comma [class="Alacritty"] scratchpad show
  452. bindsym $mod+Return exec alacritty
  453.  
  454. for_window [class="balena-etcher-electron"] move position 1940 320
  455. bindsym $mod+Ctrl+e exec etcher; focus
  456.  
  457. bindsym $mod+Ctrl+h exec handbrake; focus
  458.  
  459. bindsym $mod+Ctrl+i exec inkscape; focus
  460.  
  461. for_window [class="kitty"] floating enable
  462. bindsym $mod+y exec kitty; focus
  463.  
  464. for_window [class="Kvantum Manager"] floating enable
  465. bindsym Ctrl+Mod1+k exec kvantummanager
  466.  
  467. for_window [class="Mate-system-monitor"] floating enable, resize set 800 987, move position 560 48
  468. bindsym $mod+Ctrl+m exec mate-system-monitor
  469.  
  470. bindsym $mod+n exec nitrogen
  471. for_window [class="Nitrogen"] floating enable, resize set 833 883, move position 1047 137
  472.  
  473. for_window [class="qt5ct"] floating enable, resize set 900 720, move position 510 160
  474. bindsym $mod+Ctrl+q exec qt5ct; focus
  475.  
  476. bindsym $mod+Ctrl+t exec urxvt; focus
  477.  
  478. for_window [class="Xfce4-appfinder"] floating enable
  479. bindsym $mod+Ctrl+l exec --no-startup-id xfce4-appfinder
  480. bindsym $mod+Ctrl+n exec xfce4-notes
  481. bindsym Ctrl+Mod1+m exec --no-startup-id xfce4-settings-manager
  482. bindsym Ctrl+Shift+Escape exec --no-startup-id xfce4-taskmanager, focus
  483.  
  484. #ᰜᰜᰜᰜᰜᰜ Loading Applications at Startup ᰜᰜᰜᰜᰜᰜ#
  485.  
  486. #xmodmap -e "keysym BackSpace = Delete" -e "keysym Delete = BackSpace"
  487. exec setxkbmap -option caps:swapescape
  488. exec nitrogen --restore
  489. for_window [class="Polkit-gnome-authentication-agent-1"] focus, move position 2760 460
  490. exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
  491. #exec_always --no-startup-id ~/.config/polybar/launch.sh &
  492. exec --no-startup-id /usr/lib/geoclue-2.0/demos/agent
  493. exec_always --no-startup-id unclutter --timeout 2
  494. exec --no-startup-id xfce4-power-manager &
  495. exec --no-startup-id /usr/lib/xfce4/notifyd/xfce4-notifyd &
  496.  
  497. #ᰜᰜᰜᰜᰜᰜ Tray Applications ᰜᰜᰜᰜᰜᰜ#
  498.  
  499. # Network
  500. exec --no-startup-id nm-applet
  501. # Parcellite
  502. exec --no-startup-id parcellite
  503. # Workrave
  504. for_window [class="Workrave"] focus
  505. exec --no-startup-id workrave
  506. # Volume
  507. exec --no-startup-id volumeicon
  508. # Updater
  509. exec --no-startup-id pamac-tray
  510. # Dropbox
  511. exec --no-startup-id dropbox start
  512. # MEGA
  513. exec --no-startup-id megasync
  514.  
  515. ###################################
  516. #ᰜᰜᰜᰜᰜᰜ Screenshots ᰜᰜᰜᰜᰜᰜ#
  517.  
  518. for_window [class="flameshot"] floating enable, resize set 730 480
  519. bindsym Ctrl+Mod1+s exec flameshot
  520.  
  521. bindsym Shift+Print exec --no-startup-id "flameshot gui -p ~/Images/Flameshot"
  522. bindsym Print exec --no-startup-id scrot ' -%Y-%m-%d-%s_$wx$h.jpg' -e 'mv $f $$(xdg-user-dir IMAGES)'
  523. bindsym Ctrl+Print exec --no-startup-id xfce4-screenshooter
  524.  
  525. #ᰜᰜᰜᰜᰜᰜ Floating or Tiled ᰜᰜᰜᰜᰜᰜ#
  526.  
  527. for_window [class="Dialog|Engrampa|File-roller|Font-manager"] floating enable move position 180 80
  528. for_window [class="Galculator|Gnome-calendar|Gnome-disks|^Gnome-font-viewer$"] floating enable
  529. for_window [class="GParted|^Gpick$|Grub-customizer"] floating enable
  530. for_window [class="System-config-printer.py|URxvt"] floating enable
  531. for_window [class="Xfce4-settings-manager|Xfce4-taskmanager"] floating enable
  532.  
  533. #ᰜᰜᰜᰜᰜᰜ Scratchpad ᰜᰜᰜᰜᰜᰜ#
  534.  
  535. # move the currently focused window to the scratchpad
  536. bindsym Mod1+Shift+slash move scratchpad
  537. bindsym Mod1+slash scratchpad show
  538.  
  539. for_window [class="Gucharmap"] move scratchpad, resize set 800 600, move position 10 436
  540. bindsym Mod1+period [class="Gucharmap"] scratchpad show
  541. bindsym Ctrl+Mod1+period exec gucharmap
  542.  
  543. #bindsym $mod+shift+a [class="Audio Recorder"] scratchpad show
  544. bindsym $mod+s exec simplescreenrecorder
  545. bindsym $mod+shift+s [class="SimpleScreenRecorder"] scratchpad show
  546.  
  547. ##############################################
  548. #ᰜᰜᰜᰜᰜᰜ Variety for Wallpapers ᰜᰜᰜᰜᰜᰜ#
  549.  
  550. # exec --no-startup-id variety
  551. for_window [class="Variety"] floating enable
  552. for_window [instance="Variety Preferences"] floating enable
  553.  
  554. # trash wallpaper
  555. bindsym Mod1+t exec --no-startup-id variety -t
  556. # next wallpaper
  557. bindsym Mod1+n exec --no-startup-id variety -n
  558. bindsym Mod1+Right exec --no-startup-id variety -n
  559. # previous wallpaper
  560. bindsym Mod1+p exec --no-startup-id variety -p
  561. bindsym Mod1+Left exec --no-startup-id variety -p
  562. # favorite wallpaper
  563. bindsym Mod1+f exec --no-startup-id variety -f
  564. # pause wallpaper
  565. bindsym Mod1+Up exec --no-startup-id variety --pause
  566. # resume wallpaper
  567. bindsym Mod1+Down exec --no-startup-id variety --resume
  568.  
  569. #ᰜᰜᰜᰜᰜᰜ Variety with Pywal ᰜᰜᰜᰜᰜᰜ#
  570.  
  571. # next wallpaper
  572. bindsym Mod1+Shift+n exec --no-startup-id variety -n && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  573. # previous wallpaper
  574. bindsym Mod1+Shift+p exec --no-startup-id variety -p && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  575. # trash wallpaper
  576. bindsym Mod1+Shift+t exec --no-startup-id variety -t && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  577. # update wallpaper
  578. bindsym Mod1+Shift+u exec --no-startup-id wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)
  579.  
  580. #ᰜᰜᰜᰜᰜᰜ The End - Now Start Again ᰜᰜᰜᰜᰜᰜ#
  581. #########################################################################################
  582.  
  583. # All these words are empty baskets
  584. # Carried to the market square
  585. # Trading truth and lies in barter
  586. # Warranting warn buyer beware
  587.  
  588. # All these words are reeds I wove
  589. # Taught to hold my pauper’s share
  590. # Show me yours before and after
  591. # Out in the open we may compare
  592.  
  593. # All these words are on the table
  594. # Yoked to folly the shell game starts
  595. # Trick the eye they who are able
  596. # Cunning those the same the heart
  597.  
  598. # All these words are fruits of labour
  599. # Bounty’s grace on harvest’s day
  600. # Test taste and judge the many flavours
  601. # Fill your need be on your way
  602.  
  603. # All these words so meet and proper
  604. # Morning meals served hot or cold
  605. # Savour meaning old sharecropper
  606. # Recall the stories you were told
  607.  
  608. # All these words are open caskets
  609. # Life goes on even nothing’s fair
  610. # Gather seeds for ever after
  611. # Till the breach sow to repair
  612.  
Add Comment
Please, Sign In to add comment