poetician

i3 Bumblebee-status | NVMe 0n1 | 0024 Field and Cloud 02

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