poetician

i3 Bumblebee-status | NVMe 1n1 | Gruvlike-round-suru

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