poetician

i3 Bumblebee-status | NVMe 0n1 | 0043 Misty Road 03

May 24th, 2021
503
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.74 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 or 1 ppt
  111. bindsym $mod+Ctrl+Up resize shrink height 1 px or 1 ppt
  112. bindsym $mod+Ctrl+Down resize grow height 1 px or 1 ppt
  113. bindsym $mod+Ctrl+Left resize shrink width 1 px or 1 ppt
  114.  
  115. bindsym Ctrl+Shift+Right resize grow width 10 px or 10 ppt
  116. bindsym Ctrl+Shift+Up resize shrink height 10 px or 10 ppt
  117. bindsym Ctrl+Shift+Down resize grow height 10 px or 10 ppt
  118. bindsym Ctrl+Shift+Left resize shrink width 10 px or 10 ppt
  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. # changing border style
  150. ## Not used
  151.  
  152. new_window none
  153. # new_window normal | new_window none | pixel
  154.  
  155. new_float pixel 1
  156. # new_float normal | none | pixel
  157.  
  158. #ᰜᰜᰜᰜᰜᰜ i3-Next-Gaps ᰜᰜᰜᰜᰜᰜ#
  159. # Settings for I3 next gaps https://github.com/Airblader/i3/tree/gaps-next
  160.  
  161. #for_window [class="^.*"] pixel 4
  162. gaps inner 12
  163. gaps outer 8
  164. smart_gaps on
  165. smart_borders on
  166.  
  167. #############################################
  168. #ᰜᰜᰜᰜᰜᰜ Navigating Containers ᰜᰜᰜᰜᰜᰜ#
  169.  
  170. # Use mouse+$mod to drag floating windows to their new position
  171. floating_modifier $mod
  172.  
  173. # Toggle Tiling / Floating
  174. bindsym Ctrl+space floating toggle
  175.  
  176. # Change Focus
  177. bindsym $mod+Left focus left
  178. bindsym $mod+Down focus down
  179. bindsym $mod+Up focus up
  180. bindsym $mod+Right focus right
  181.  
  182. # Move Focused Window
  183. bindsym $mod+Shift+Left move left
  184. bindsym $mod+Shift+Down move down
  185. bindsym $mod+Shift+Up move up
  186. bindsym $mod+Shift+Right move right
  187.  
  188. #############################################
  189. #ᰜᰜᰜᰜᰜᰜ Navigating Workspaces ᰜᰜᰜᰜᰜᰜ#
  190.  
  191. # Navigate to Next / Previous Workspace
  192. bindsym Mod1+Shift+Tab workspace prev
  193. bindsym Mod1+Tab workspace next
  194. bindsym Mod1+Ctrl+Left workspace prev
  195. bindsym Mod1+Ctrl+Right workspace next
  196. bindsym $mod+Tab workspace back_and_forth
  197.  
  198. # Switch to workspace with urgent window automatically
  199. for_window [urgent=latest] focus
  200.  
  201. # Switch back to previous workspace by pressing the same keybinding used to switch from it
  202. workspace_auto_back_and_forth yes
  203.  
  204. #########################################
  205. #ᰜᰜᰜᰜᰜᰜ Tiling Parameters ᰜᰜᰜᰜᰜᰜ#
  206.  
  207. # Workspace_layout default|stacking|tabbed
  208. workspace_layout default
  209.  
  210. # Orientation for new workspaces
  211. default_orientation horizontal
  212.  
  213. # Enter fullscreen mode for the focused container
  214. bindsym $mod+f fullscreen toggle
  215.  
  216. # Change focus between tiling / floating windows
  217. bindsym $mod+space focus mode_toggle
  218.  
  219. # Focus the parent container
  220. bindsym $mod+p focus parent
  221.  
  222. # Focus the child "HHVH"
  223. bindsym $mod+c focus child
  224.  
  225. # Application focus smart|urgent|focus|none
  226. focus_on_window_activation focus
  227.  
  228. ####################################################
  229. #ᰜᰜᰜᰜᰜᰜ Bar and Workspace Appearance ᰜᰜᰜᰜᰜᰜ#
  230.  
  231. #ᰜᰜᰜᰜᰜᰜ Bar Toggle ᰜᰜᰜᰜᰜᰜ#
  232. # Bar toggle, hide or show
  233. bindsym $mod+b bar mode invisible
  234. bindsym $mod+m bar mode dock
  235.  
  236. # Title font and alignment also used by the bar unless a different font is named in the bar {} block below.
  237. font pango: Federation italic 12
  238. title_align center
  239.  
  240. bar {
  241. height 22
  242. workspace_buttons yes
  243. font pango:Bauhaus 12, FontAwesome 12
  244. i3bar_command i3bar -t
  245. tray_output HDMI-A-0
  246. tray_padding 2
  247. position top
  248.  
  249. # OPTION 1 : Bumblebee-status
  250. # https://github.com/tobi-wan-kenobi/bumblebee-status
  251. status_command ~/.config/bumblebee-status/bumblebee-status \
  252. -m spacer network_traffic spacer sun spacer redshift spacer \
  253. -m weather -p weather.location=######### weather.showminmax=true -m spacer \
  254. -m uptime spacer datetime -p datetime.format=" %c " -m spacer pasink pasource spacer spacer spacer \
  255. -t 0043-misty-road
  256.  
  257. # OPTION 2 : i3status
  258.  
  259. #status_command i3status
  260. #status_command i3status -c ~/.config/i3/i3status.conf
  261.  
  262. # OPTION 3 : i3blocks
  263. # https://github.com/vivien/i3blocks
  264.  
  265. #status_command i3blocks
  266. #status_command i3blocks -c ~/.config/i3/i3blocks.conf
  267. #status_command i3blocks -c ~/.config/i3/i3blocks-rainbow.conf
  268. #status_command i3blocks -c ~/.config/i3/i3blocks-original.conf
  269. #status_command i3blocks -c ~/.config/i3/i3blocks-awesome.conf
  270.  
  271. # OPTION 4 : conky
  272. # https://i3wm.org/docs/user-contributed/conky-i3bar.html
  273.  
  274. #status_command ~/.config/i3/start-conky-i3statusbar.sh
  275.  
  276. ##START THEMING BAR
  277. #Theme name : 0043 Misty Road
  278.  
  279. # i3 bar colors
  280.  
  281. colors {
  282. background #1A0C001a
  283. statusline #1A0C00
  284. separator #1A0C00
  285. # border backgr. text
  286. focused_workspace #435437 #B3A599 #435437
  287. inactive_workspace #435437 #435437 #B3A599
  288. active_workspace #435437 #C28A2D #435437
  289. urgent_workspace #eea93f #eea93f #435437
  290. binding_mode #435437 #000000 #B3A599
  291. }
  292. }
  293.  
  294. bar {
  295. height 20
  296. workspace_buttons no
  297. font pango:Bauhaus 12, FontAwesome 12
  298. i3bar_command i3bar
  299. output HDMI-A-0
  300. tray_output none
  301. position bottom
  302.  
  303. status_command ~/.config/bumblebee-status/bumblebee-status \
  304. -m spacer spacer hostname spacer kernel spacer load spacer cpu spacer memory spacer disk spacer \
  305. -m spacer sensors2 spacer spacer battery-upower spacer \
  306. -m todo spacer spacer \
  307. -t 0043-misty-road
  308.  
  309. colors {
  310. background #1A0C001a
  311. statusline #1A0C00
  312. separator #1A0C00
  313. }
  314. }
  315.  
  316. ### Usable modules: amixer arch-update "-p arch-update.left-click=" battery hddtemp indicator layout nic
  317. ### 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" \
  318. ### Problematic modules: dunst playerctl smartstatus twmn
  319.  
  320. # Option 5: Polybar
  321. # Comment out the Bar section and conky, and remove hashtag in the next line to load Polybar; log back in to see the change.
  322. # exec_always --no-startup-id ~/.config/polybar/launch.sh &
  323.  
  324. ##STOP THEMING BAR
  325.  
  326. ##START THEMING WM
  327. #Theme name : 0043 Misty Road
  328.  
  329. # class border background text indicator child-border
  330. client.placeholder #1a000000 #000000 #281948 #00000000 #B3A599
  331. client.background #000000
  332. client.unfocused #1a000000 #000000 #FFD700 #00000000 #eea93f
  333. client.focused #1a000000 #000000 #B87333 #00000000 #1A0C00
  334. client.focused_inactive #1a000000 #000000 #4f433f #00000000 #be3f0f
  335. client.urgent #11093e #000000 #a16b1c #000000 #1A0C00
  336.  
  337. ##STOP THEMING
  338.  
  339. ###################################################
  340. #ᰜᰜᰜᰜᰜᰜ Applications and Directives ᰜᰜᰜᰜᰜᰜ#
  341.  
  342. set $ws1 "1"
  343. assign [class="firefox"] $ws1
  344. exec firefox
  345. bindsym Ctrl+Mod1+f exec firefox
  346.  
  347. set $ws2 "2"
  348. assign [class="Arcolinux-tweak-tool.py|Blender|com-eteks-sweethome3d-SweetHome3D"] $ws2
  349. for_window [class="Arcolinux-tweak-tool.py"]focus, floating enable, resize set 800 800, move position center
  350. bindsym Ctrl+Mod1+a exec arcolinux-tweak-tool
  351. bindsym Ctrl+Mod1+b exec blender
  352. bindsym $mod+Ctrl+s exec com-eteks-sweethome3d-SweetHome3D
  353.  
  354. set $ws3 "3"
  355. assign [class="Cherrytree|Xfce4-dict"] $ws3
  356. for_window [class="Cherrytree"]focus, floating enable, resize set 960 960, move position 40 60
  357. exec cherrytree
  358. bindsym $mod+h exec cherrytree
  359. for_window [class="Xfce4-dict"]focus, floating enable, resize set 480 960, move position 1180 60
  360. bindsym $mod+Ctrl+d exec xfce4-dict
  361.  
  362. set $ws4 "4"
  363. assign [class="libreoffice"] $ws4
  364. for_window [class="libreoffice"]focus, floating enable, resize set 1360 1020, move position 280 32
  365. exec libreoffice
  366. bindsym $mod+l exec libreoffice
  367.  
  368. set $ws5 "5"
  369. assign [class="kdenlive|Olive"] $ws5
  370. for_window [class="kdenlive|Olive"]focus
  371. bindsym $mod+k exec kdenlive
  372. bindsym $mod+Shift+o exec olive-editor
  373.  
  374. set $ws6 "6"
  375. assign [class="Darktable|Gimp-2.10"] $ws6
  376. for_window [class="Darktable|Gimp-2.10"]focus
  377. bindsym $mod+Shift+t exec darktable
  378. bindsym $mod+g exec gimp-2.10
  379. for_window [instance="script-fu"] border normal
  380. for_window [title="Copying"] floating enable
  381. for_window [title="Deleting"] floating enable
  382. for_window [title="Moving"] floating enable
  383. for_window [window_role="^gimp-toolbox-color-dialog$"] floating enable
  384. for_window [window_role="pop-up"] floating enable
  385. for_window [window_role="^Preferences$"] floating enable
  386. for_window [window_role="setup"] floating enable
  387.  
  388. set $ws7 "7"
  389. assign [class="Google Earth Pro"] $ws7
  390. for_window [class="Google Earth Pro"]focus
  391. bindsym $mod+e exec google-earth-pro
  392.  
  393. set $ws8 "8"
  394. assign [class="Pamac-manager|Pystopwatch|vlc|Xscreensaver-demo"] $ws8
  395.  
  396. bindsym Ctrl+Mod1+p exec pamac-manager
  397. for_window [class="Pamac-manager"] focus, floating enable, move position 3095 32
  398. for_window [class="Pystopwatch"] focus, floating enable, move position 2358 191, resize set 300 100
  399. exec pystopwatch
  400. for_window [class="vlc"] floating enable, move position 3210 880, resize set 520 100
  401. exec vlc
  402. bindsym $mod+v exec vlc
  403. for_window [class="Xscreensaver-demo"] floating enable, move position 1932 460, resize set 1088 608
  404. exec_always --no-startup-id xscreensaver
  405. exec --no-startup-id xscreensaver-demo
  406. bindsym $mod+Ctrl+x exec xscreensaver-demo
  407.  
  408. set $ws9 "9"
  409. assign [class="Meld"] $ws9
  410. for_window [class="Meld"]focus, floating enable, resize set 1904 1040, move position 1928 32
  411. exec meld
  412. bindsym $mod+F9 exec meld
  413.  
  414. set $ws10 "10"
  415. assign [class="VirtualBox|VirtualBox Manager|VirtualBox Machine"] $ws10
  416. for_window [class="VirtualBox Machine|VirtualBox Manager"]focus, floating disable
  417. for_window [class="VirtualBox"] move position 1920 480
  418. exec virtualbox manager
  419. bindsym $mod+F10 exec virtualbox manager
  420.  
  421. set $ws11 "11"
  422. assign [class="Atom|Nemo|Thunar|mpv"] $ws11
  423. for_window [class="Atom|Nemo|Thunar"]focus
  424. for_window [class="Nemo-terminal-prefs|mpv"]focus, floating enable, resize set 1280 854, move position center
  425. bindsym $mod+a exec atom
  426. bindsym $mod+F1 exec atom ~/.config/alacritty/alacritty.yml
  427. bindsym $mod+F2 exec atom ~/.bashrc
  428. bindsym $mod+F3 exec atom ~/.config/bumblebee-status/bumblebee-status
  429. bindsym $mod+F4 exec atom ~/.config/i3/config
  430. bindsym $mod+F5 exec atom ~/.config/polybar/config
  431. bindsym $mod+F6 exec atom ~/.config/sxhkd/sxhkdrc
  432. bindsym $mod+F7 exec atom ~/.zshrc
  433. bindsym $mod+Shift+Return exec nemo
  434. exec thunar
  435. bindsym $mod+t exec thunar
  436.  
  437. set $ws12 "12"
  438. assign [class="qBittorrent"] $ws12
  439. for_window [class="qBittorrent"] floating enable, resize set 1400 800, move position 2180 120
  440. bindsym $mod+F12 exec qbittorrent
  441. exec qbittorrent
  442.  
  443. set $ws13 "13"
  444. assign [class="Bleachbit|Filezilla"] $ws13
  445. for_window [class="Bleachbit|Filezilla"] focus
  446. bindsym $mod+Ctrl+b exec bleachbit
  447. bindsym $mod+z exec filezilla
  448.  
  449. set $ws14 "14"
  450. assign [class="Gcolor2|Lxappearance|Oomox|__main__.py"] $ws14
  451. for_window [class="Gcolor2"]focus, move position 3220 40
  452. for_window [class="Oomox"] focus, floating enable, resize set 1260 990, move position 1925 40
  453. for_window [class="Lxappearance"] focus, floating enable, resize set 880 510, move position 2924 520
  454. bindsym $mod+Shift+g exec gcolor2
  455. bindsym Ctrl+Mod1+l exec lxappearance
  456. bindsym $mod+o exec oomox-gui
  457.  
  458. set $ws15 "15"
  459. assign [class="discord"] $ws15
  460. for_window [class="discord"] floating enable, move position 2280 50, resize set 1200 960
  461. exec discord
  462. bindsym Ctrl+Mod1+d exec discord
  463.  
  464. ###################################
  465. #ᰜᰜᰜᰜᰜᰜ Screenshots ᰜᰜᰜᰜᰜᰜ#
  466.  
  467. for_window [class="flameshot"] floating enable, resize set 730 480
  468. bindsym Ctrl+Mod1+s exec flameshot
  469.  
  470. bindsym Shift+Print exec --no-startup-id "flameshot gui -p ~/Images/Flameshot"
  471. bindsym Print exec --no-startup-id scrot ' -%Y-%m-%d-%s_$wx$h.jpg' -e 'mv $f $$(xdg-user-dir IMAGES)'
  472. bindsym Ctrl+Print exec --no-startup-id xfce4-screenshooter
  473.  
  474. #############################################
  475. #ᰜᰜᰜᰜᰜᰜ Application Launching ᰜᰜᰜᰜᰜᰜ#
  476.  
  477. set $rofi exec rofi -show-icons -fake-transparency -location 4 -lines 4 -columns 2 -width 50 -font "Bauhaus 14"
  478. # Start drun Mode
  479. bindsym $mod+r $rofi -show drun -m HDMI-A-0
  480. # Start Rofi Combi Mode
  481. bindsym $mod+Ctrl+c $rofi -show combi -m HDMI-A-0
  482. # Start Rofi Window Mode
  483. bindsym $mod+w $rofi -show window -m HDMI-A-0
  484. # Start Rofi-Shortcuts
  485. bindsym $mod+Ctrl+r exec ~/.config/rofi/rofi-shortcuts/rofi-shortcuts.sh -m HDMI-A-0
  486. # Start Rofi Theme Selector
  487. bindsym Ctrl+Mod1+r exec --no-startup-id rofi-theme-selector -m HDMI-A-0
  488.  
  489. ####################################
  490. #ᰜᰜᰜᰜᰜᰜ Applications ᰜᰜᰜᰜᰜᰜ#
  491.  
  492. for_window [class="Alacritty"] floating enable, resize set 760 700, move position 1110 280
  493. bindsym Mod1+comma [class="Alacritty"] scratchpad show
  494. bindsym $mod+Return exec alacritty
  495.  
  496. bindsym Ctrl+Mod1+c exec catfish; focus
  497.  
  498. for_window [class="balena-etcher-electron"] move position 1940 320
  499. bindsym $mod+Ctrl+e exec etcher; focus
  500.  
  501. bindsym $mod+Ctrl+h exec handbrake; focus
  502.  
  503. bindsym $mod+Ctrl+i exec inkscape; focus
  504.  
  505. for_window [class="kitty"] floating enable
  506. bindsym $mod+y exec kitty; focus
  507.  
  508. for_window [class="Kvantum Manager"] floating enable
  509. bindsym Ctrl+Mod1+k exec kvantummanager
  510.  
  511. for_window [class="Mate-system-monitor"] floating enable, resize set 800 987, move position 560 48
  512. bindsym $mod+Ctrl+m exec mate-system-monitor
  513.  
  514. bindsym $mod+n exec nitrogen
  515. for_window [class="Nitrogen"] floating enable, resize set 833 883, move position 1047 137
  516.  
  517. for_window [class="qt5ct"] floating enable, resize set 900 720, move position 510 160
  518. bindsym $mod+Ctrl+q exec qt5ct; focus
  519.  
  520. bindsym $mod+Ctrl+t exec urxvt; focus
  521.  
  522. for_window [class="Xfce4-appfinder"] floating enable
  523. bindsym $mod+Ctrl+l exec --no-startup-id xfce4-appfinder
  524. bindsym $mod+Ctrl+n exec xfce4-notes
  525. bindsym Ctrl+Mod1+m exec --no-startup-id xfce4-settings-manager
  526. bindsym Ctrl+Shift+Escape exec --no-startup-id xfce4-taskmanager, focus
  527.  
  528. #ᰜᰜᰜᰜᰜᰜ Loading Applications at Startup ᰜᰜᰜᰜᰜᰜ#
  529.  
  530. #xmodmap -e "keysym BackSpace = Delete" -e "keysym Delete = BackSpace"
  531. exec setxkbmap -option caps:swapescape
  532. exec nitrogen --restore
  533. for_window [class="Polkit-gnome-authentication-agent-1"] focus, move position 2760 460
  534. exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
  535. #exec_always --no-startup-id ~/.config/polybar/launch.sh &
  536. exec --no-startup-id /usr/lib/geoclue-2.0/demos/agent
  537. exec_always --no-startup-id unclutter --timeout 2
  538. exec --no-startup-id xfce4-power-manager &
  539. exec --no-startup-id /usr/lib/xfce4/notifyd/xfce4-notifyd &
  540.  
  541. #ᰜᰜᰜᰜᰜᰜ Tray Applications ᰜᰜᰜᰜᰜᰜ#
  542.  
  543. # Network
  544. exec --no-startup-id nm-applet
  545. # Parcellite
  546. exec --no-startup-id parcellite
  547. # Workrave
  548. for_window [class="Workrave"] focus
  549. exec --no-startup-id workrave
  550. # Volume
  551. exec --no-startup-id volumeicon
  552. # Updater
  553. exec --no-startup-id pamac-tray
  554. # Dropbox
  555. exec --no-startup-id dropbox start
  556. # MEGA
  557. exec --no-startup-id megasync
  558.  
  559. #ᰜᰜᰜᰜᰜᰜ Floating or Tiled ᰜᰜᰜᰜᰜᰜ#
  560.  
  561. for_window [class="Dialog|Engrampa|File-roller|Font-manager"] floating enable move position 180 80
  562. for_window [class="Galculator|Gnome-calendar|Gnome-disks|^Gnome-font-viewer$"] floating enable
  563. for_window [class="GParted|^Gpick$|Grub-customizer"] floating enable
  564. for_window [class="System-config-printer.py|URxvt"] floating enable
  565. for_window [class="Xfce4-settings-manager|Xfce4-taskmanager"] floating enable
  566.  
  567. #ᰜᰜᰜᰜᰜᰜ Scratchpad ᰜᰜᰜᰜᰜᰜ#
  568.  
  569. # move the currently focused window to the scratchpad
  570. bindsym Mod1+Shift+slash move scratchpad
  571. bindsym Mod1+slash scratchpad show
  572.  
  573. for_window [class="Gucharmap"] move scratchpad, resize set 800 600, move position 10 436
  574. bindsym Mod1+period [class="Gucharmap"] scratchpad show
  575. bindsym Ctrl+Mod1+period exec gucharmap
  576.  
  577. #bindsym $mod+shift+a [class="Audio Recorder"] scratchpad show
  578. bindsym $mod+s exec simplescreenrecorder
  579. bindsym $mod+shift+s [class="SimpleScreenRecorder"] scratchpad show
  580.  
  581. ##############################################
  582. #ᰜᰜᰜᰜᰜᰜ Variety for Wallpapers ᰜᰜᰜᰜᰜᰜ#
  583.  
  584. # exec --no-startup-id variety
  585. for_window [class="Variety"] floating enable
  586. for_window [instance="Variety Preferences"] floating enable
  587.  
  588. # trash wallpaper
  589. bindsym Mod1+t exec --no-startup-id variety -t
  590. # next wallpaper
  591. bindsym Mod1+n exec --no-startup-id variety -n
  592. bindsym Mod1+Right exec --no-startup-id variety -n
  593. # previous wallpaper
  594. bindsym Mod1+p exec --no-startup-id variety -p
  595. bindsym Mod1+Left exec --no-startup-id variety -p
  596. # favorite wallpaper
  597. bindsym Mod1+f exec --no-startup-id variety -f
  598. # pause wallpaper
  599. bindsym Mod1+Up exec --no-startup-id variety --pause
  600. # resume wallpaper
  601. bindsym Mod1+Down exec --no-startup-id variety --resume
  602.  
  603. #ᰜᰜᰜᰜᰜᰜ Variety with Pywal ᰜᰜᰜᰜᰜᰜ#
  604.  
  605. # next wallpaper
  606. bindsym Mod1+Shift+n exec --no-startup-id variety -n && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  607. # previous wallpaper
  608. bindsym Mod1+Shift+p exec --no-startup-id variety -p && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  609. # trash wallpaper
  610. bindsym Mod1+Shift+t exec --no-startup-id variety -t && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  611. # update wallpaper
  612. bindsym Mod1+Shift+u exec --no-startup-id wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)
  613.  
  614. #ᰜᰜᰜᰜᰜᰜ The End - Now Start Again ᰜᰜᰜᰜᰜᰜ#
  615. #########################################################################################
  616.  
  617. # All these words are empty baskets
  618. # Carried to the market square
  619. # Trading truth and lies in barter
  620. # Warranting warn buyer beware
  621.  
  622. # All these words are reeds I wove
  623. # Taught to hold my pauper’s share
  624. # Show me yours before and after
  625. # Out in the open we may compare
  626.  
  627. # All these words are on the table
  628. # Yoked to folly the shell game starts
  629. # Trick the eye they who are able
  630. # Cunning those the same the heart
  631.  
  632. # All these words are fruits of labour
  633. # Bounty’s grace on harvest’s day
  634. # Test taste and judge the many flavours
  635. # Fill your need be on your way
  636.  
  637. # All these words so meet and proper
  638. # Morning meals served hot or cold
  639. # Savour meaning old sharecropper
  640. # Recall the stories you were told
  641.  
  642. # All these words are open caskets
  643. # Life goes on even nothing’s fair
  644. # Gather seeds for ever after
  645. # Till the breach sow to repair
  646.  
Add Comment
Please, Sign In to add comment