poetician

i3 Bumblebee-status | NVMe 0n1 | Orange-rainbow-long

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