poetician

i3 Bumblebee-status | NVMe 0n1 | Seal Brown

Apr 7th, 2021 (edited)
541
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.19 KB | None | 0 0
  1. #ᰜᰜᰜ ㄗ 𑁣 𑁗 ፖ ༑ ᙅ ༑ ₳ ⴄ 𓁿Ꝣᰃ𑊸 ᰜ ᰜ ᗿᙀጣЪ𐔹ᙦβᗕ𑄺-ⴝㆤᎯէᙀᎦЪДⴽ ᕮᗤ𐏒𐌕𐏒𐀏ꤚ ᰜᰜᰜ#
  2. #ᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜᰜ#
  3.  
  4. # https://thenextpoetician.blogspot.com/ # https://pastebin.com/u/poetician
  5.  
  6. # Developer URL:https://i3wm.org/
  7. # Version: 4.19.1 (2021-02-01) © 2009 Michael Stapelberg and contributors.
  8.  
  9. # Derived in part from ArcoLinux default:
  10. # https://arcolinux.info/ # https://github.com/arcolinux
  11.  
  12. #ᰜᰜᰜᰜᰜᰜ Key Names ᰜᰜᰜᰜᰜᰜ#
  13.  
  14. # Mod = Super key / Mod4 # Ctrl = Ctrl key # Mod1 = Alt key
  15. # Shift = Shift key # Return = Enter or Return key # Escape = Escape key
  16. # Pause = Pause key # Print = Print key # Tab = Tab key
  17.  
  18. # Define the $mod variable key
  19. set $mod Mod4
  20.  
  21. # Define the movement keys
  22. set $left h
  23. set $down j
  24. set $up k
  25. set $right l
  26.  
  27. #ᰜᰜᰜᰜᰜᰜ Dual Monitor Setup ᰜᰜᰜᰜᰜᰜ#
  28.  
  29. set $Screen1 HDMI-A-0
  30. set $Screen2 DVI-D-0
  31.  
  32. workspace 1 output $Screen1
  33. workspace 2 output $Screen1
  34. workspace 3 output $Screen1
  35. workspace 4 output $Screen1
  36. workspace 5 output $Screen1
  37. workspace 6 output $Screen1
  38. workspace 7 output $Screen1
  39. workspace 8 output $Screen2
  40. workspace 9 output $Screen2
  41. workspace 10 output $Screen2
  42. workspace 11 output $Screen2
  43. workspace 12 output $Screen2
  44. workspace 13 output $Screen2
  45. workspace 14 output $Screen2
  46. workspace 15 output $Screen2
  47.  
  48. # Use arandr for the configuration
  49. 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
  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. #ᰜᰜᰜᰜᰜᰜ Resize Windows ᰜᰜᰜᰜᰜᰜ#
  71. # Resizing windows with keyboard only: https://unix.stackexchange.com/q/255344/150597
  72.  
  73. # Resizing by 1
  74. bindsym $mod+Ctrl+Right resize grow width 1 px or 1 ppt
  75. bindsym $mod+Ctrl+Up resize shrink height 1 px or 1 ppt
  76. bindsym $mod+Ctrl+Down resize grow height 1 px or 1 ppt
  77. bindsym $mod+Ctrl+Left resize shrink width 1 px or 1 ppt
  78.  
  79. #ᰜᰜᰜᰜᰜᰜ Resize i3 Gaps ᰜᰜᰜᰜᰜᰜ#
  80. # gaps inner|outer|horizontal|vertical|top|right|bottom|left current|all set|plus|minus|toggle
  81.  
  82. bindsym Ctrl+Shift+a gaps outer current toggle 40
  83. bindsym Ctrl+Shift+s gaps outer current plus 10
  84. bindsym Ctrl+Shift+d gaps outer current minus 10
  85. bindsym Ctrl+Shift+w gaps outer all set 10
  86. bindsym Ctrl+Shift+e gaps outer all set 20
  87. bindsym Ctrl+Shift+r gaps outer all set 40
  88. bindsym Ctrl+Shift+t gaps outer all set 60
  89.  
  90. # popup_during_fullscreen smart|ignore|leave_fullscreen
  91. popup_during_fullscreen leave_fullscreen
  92.  
  93. #############################################
  94. #ᰜᰜᰜᰜᰜᰜ Navigating Containers ᰜᰜᰜᰜᰜᰜ#
  95.  
  96. # Use mouse+$mod to drag floating windows to their new position
  97. floating_modifier $mod
  98.  
  99. # Toggle Tiling / Floating
  100. bindsym Ctrl+space floating toggle
  101.  
  102. # Change Focus
  103. bindsym $mod+Left focus left
  104. bindsym $mod+Down focus down
  105. bindsym $mod+Up focus up
  106. bindsym $mod+Right focus right
  107.  
  108. bindsym $mod+h focus left
  109. bindsym $mod+j focus down
  110. bindsym $mod+k focus up
  111. bindsym $mod+l focus right
  112.  
  113. # Move Focused Window
  114. bindsym $mod+Shift+Left move left 1px
  115. bindsym $mod+Shift+Down move down 1px
  116. bindsym $mod+Shift+Up move up 1px
  117. bindsym $mod+Shift+Right move right 1px
  118.  
  119. bindsym $mod+Mod1+Right move right 5 px
  120. bindsym $mod+Mod1+Up move up 5 px
  121. bindsym $mod+Mod1+Down move down 5 px
  122. bindsym $mod+Mod1+Left moveleft 5 px
  123.  
  124. #############################################
  125. #ᰜᰜᰜᰜᰜᰜ Navigating Workspaces ᰜᰜᰜᰜᰜᰜ#
  126.  
  127. # Navigate to Next / Previous Workspace
  128. bindsym Mod1+Shift+Tab workspace prev
  129. bindsym Mod1+Tab workspace next
  130. bindsym Mod1+Ctrl+Left workspace prev
  131. bindsym Mod1+Ctrl+Right workspace next
  132. bindsym $mod+Tab workspace back_and_forth
  133.  
  134. # Switch to workspace with urgent window automatically
  135. for_window [urgent=latest] focus
  136.  
  137. # Switch back to previous workspace by pressing the same keybinding used to switch from it
  138. workspace_auto_back_and_forth yes
  139.  
  140. #########################################
  141. #ᰜᰜᰜᰜᰜᰜ Tiling Parameters ᰜᰜᰜᰜᰜᰜ#
  142.  
  143. # workspace_layout default|stacking|tabbed
  144. workspace_layout default
  145.  
  146. # orientation for new workspaces
  147. default_orientation horizontal
  148.  
  149. # split in horizontal orientation
  150. # split in vertical orientation
  151.  
  152. # enter fullscreen mode for the focused container
  153. bindsym $mod+f fullscreen toggle
  154.  
  155. # change container layout (stacked, tabbed, toggle split)
  156. ## Not used
  157.  
  158. # change focus between tiling / floating windows
  159. bindsym $mod+space focus mode_toggle
  160.  
  161. # focus the parent container
  162. bindsym $mod+a focus parent
  163. # focus the child "HHVH"
  164. bindsym $mod+d focus child
  165.  
  166. #####################################################
  167. #ᰜᰜᰜᰜᰜᰜ Workspace Switching Functions ᰜᰜᰜᰜᰜᰜ#
  168.  
  169. # Switch to workspace
  170. bindsym $mod+1 workspace $ws1
  171. bindsym $mod+2 workspace $ws2
  172. bindsym $mod+3 workspace $ws3
  173. bindsym $mod+4 workspace $ws4
  174. bindsym $mod+5 workspace $ws5
  175. bindsym $mod+6 workspace $ws6
  176. bindsym $mod+7 workspace $ws7
  177. bindsym $mod+8 workspace $ws8
  178. bindsym $mod+9 workspace $ws9
  179. bindsym $mod+0 workspace $ws10
  180. bindsym $mod+minus workspace $ws11
  181. bindsym $mod+equal workspace $ws12
  182. bindsym $mod+bracketleft workspace $ws13
  183. bindsym $mod+bracketright workspace $ws14
  184. bindsym $mod+grave workspace $ws15
  185.  
  186. # Move focused container to workspace
  187. bindsym $mod+Shift+1 move container to workspace $ws1; workspace $ws1
  188. bindsym $mod+Shift+2 move container to workspace $ws2; workspace $ws2
  189. bindsym $mod+Shift+3 move container to workspace $ws3; workspace $ws3
  190. bindsym $mod+Shift+4 move container to workspace $ws4; workspace $ws4
  191. bindsym $mod+Shift+5 move container to workspace $ws5; workspace $ws5
  192. bindsym $mod+Shift+6 move container to workspace $ws6; workspace $ws6
  193. bindsym $mod+Shift+7 move container to workspace $ws7; workspace $ws7
  194. bindsym $mod+Shift+8 move container to workspace $ws8; workspace $ws8
  195. bindsym $mod+Shift+9 move container to workspace $ws9; workspace $ws9
  196. bindsym $mod+Shift+0 move container to workspace $ws10; workspace $ws10
  197. bindsym $mod+Shift+minus move container to workspace $ws11; workspace $ws11
  198. bindsym $mod+Shift+equal move container to workspace $ws12; workspace $ws12
  199. bindsym $mod+Shift+bracketleft move container to workspace $ws13; workspace $ws13
  200. bindsym $mod+Shift+bracketright move container to workspace $ws14; workspace $ws14
  201. bindsym $mod+Shift+grave move container to workspace $ws15; workspace $ws15
  202.  
  203. ##########################################
  204. #ᰜᰜᰜᰜᰜᰜ Application focus ᰜᰜ ᰜᰜᰜᰜ#
  205.  
  206. focus_on_window_activation smart
  207.  
  208. ####################################################
  209. #ᰜᰜᰜᰜᰜᰜ Bar and Workspace Appearance ᰜᰜᰜᰜᰜᰜ#
  210.  
  211. #ᰜᰜᰜᰜᰜᰜ Bar Toggle ᰜᰜᰜᰜᰜᰜ#
  212. # Bar toggle, hide or show
  213. bindsym $mod+b bar mode invisible
  214. bindsym $mod+m bar mode dock
  215.  
  216. bar {
  217. height 22
  218. workspace_buttons yes
  219. font pango:Bauhaus 12, FontAwesome 12
  220. i3bar_command i3bar -t
  221. tray_output HDMI-A-0
  222. tray_padding 2
  223. position top
  224.  
  225. # OPTION 1 : Bumblebee-status
  226. # https://github.com/tobi-wan-kenobi/bumblebee-status
  227. status_command ~/.config/bumblebee-status/bumblebee-status \
  228. -m network_traffic disk cpu \
  229. -m sun -p cpu.lat=-### cpu.lat=### -m redshift \
  230. -m weather -p weather.location=######## weather.showminmax=true \
  231. -m uptime datetime -p datetime.format=" %c " \
  232. -t seal-brown
  233.  
  234. # OPTION 2 : i3status
  235.  
  236. #status_command i3status
  237. #status_command i3status -c ~/.config/i3/i3status.conf
  238.  
  239. # OPTION 3 : i3blocks
  240. # https://github.com/vivien/i3blocks
  241.  
  242. #status_command i3blocks
  243. #status_command i3blocks -c ~/.config/i3/i3blocks.conf
  244. #status_command i3blocks -c ~/.config/i3/i3blocks-rainbow.conf
  245. #status_command i3blocks -c ~/.config/i3/i3blocks-original.conf
  246. #status_command i3blocks -c ~/.config/i3/i3blocks-awesome.conf
  247.  
  248. # OPTION 4 : conky
  249. # https://i3wm.org/docs/user-contributed/conky-i3bar.html
  250.  
  251. #status_command ~/.config/i3/start-conky-i3statusbar.sh
  252.  
  253. ##START THEMING BAR
  254. #Theme name : seal brown
  255.  
  256. # i3 bar colors
  257.  
  258. colors {
  259. background #65000040
  260. statusline #cb0000
  261. separator #cb0000
  262.  
  263. # colorclass border background text
  264. focused_workspace #650000 #980000 #320000
  265. active_workspace #650000 #650000 #cb0000
  266. inactive_workspace #650000 #980000 #190000
  267. urgent_workspace #650000 #190000 #c80000
  268. }
  269. }
  270.  
  271. bar {
  272. height 21
  273. workspace_buttons no
  274. font pango:Bauhaus 12, FontAwesome 12
  275. i3bar_command i3bar
  276. output HDMI-A-0
  277. tray_output none
  278. position bottom
  279.  
  280. status_command ~/.config/bumblebee-status/bumblebee-status \
  281. -m spacer hostname kernel spacer load spacer memory spacer sensors2 spacer \
  282. -m battery-upower spacer pasink spacer pasource spacer todo spacer \
  283. -m shortcut -p shortcut.cmds="alacritty;alacritty -e bpytop" shortcut.labels="term;bpytop" \
  284. -m spacer pacman spacer \
  285. -t seal-brown
  286.  
  287. colors {
  288. background #650000
  289. statusline #cb0000
  290. separator #00000000
  291. }
  292. }
  293.  
  294. ### Usable modules: amixer battery layout nic pacman ping progress sensors system title traffic arch-update "-p arch-update.left-click=" xkcd
  295. ### Problematic modules: dunst hddtemp playerctl smartstatus
  296.  
  297. # Option 5: Polybar
  298. # Comment out the Bar section and conky, and remove hashtag in the next line to load Polybar; log back in to see the change.
  299. # exec_always --no-startup-id ~/.config/polybar/launch.sh &
  300.  
  301. ##STOP THEMING BAR
  302.  
  303. ##START THEMING WM
  304. # Theme name : seal-brown
  305.  
  306. # Window color settings
  307. # class border background text indicator
  308. client.focused #650000 #650000 #CB0000 #980000
  309. client.unfocused #650000 #CB0000 #320000 #980000
  310. client.focused_inactive #650000 #980000 #190000 #980000
  311. client.placeholder #650000 #650000 #CB0000
  312. client.urgent #980000 #980000 #ff0000 #980000
  313.  
  314. client.background #190000
  315.  
  316. ##STOP THEMING WM
  317.  
  318. ###################################################
  319. #ᰜᰜᰜᰜᰜᰜ Applications and Directives ᰜᰜᰜᰜᰜᰜ#
  320.  
  321. set $ws1 "1"
  322. assign [class="firefox"] $ws1
  323. exec --no-startup-id firefox
  324. bindsym $mod+F1 exec firefox
  325.  
  326. set $ws2 "2"
  327. assign [class="Arcolinux-tweak-tool.py|Blender|com-eteks-sweethome3d-SweetHome3D"] $ws2
  328. for_window [class="Arcolinux-tweak-tool.py"]focus, floating enable, resize set 800 800, move position 2480 140
  329. bindsym $mod+Ctrl+e exec arcolinux-tweak-tool
  330. bindsym $mod+Ctrl+b exec blender
  331. bindsym $mod+shift+i exec com-eteks-sweethome3d-SweetHome3D
  332.  
  333. set $ws3 "3"
  334. assign [class="Cherrytree|Xfce4-dict"] $ws3
  335. for_window [class="Cherrytree"]focus, floating enable, resize set 1100 960, move position 40 60
  336. exec flatpak run com.giuspen.cherrytree
  337. bindsym $mod+F3 exec flatpak run com.giuspen.cherrytree
  338. for_window [class="Xfce4-dict"]focus, floating enable, resize set 480 960, move position 1205 70
  339. bindsym $mod+Ctrl+d exec xfce4-dict
  340.  
  341. set $ws4 "4"
  342. assign [class="libreoffice"] $ws4
  343. for_window [class="libreoffice"]focus, floating enable, resize set 1360 1020, move position 280 32
  344. exec libreoffice
  345. bindsym $mod+F4 exec libreoffice
  346.  
  347. set $ws5 "5"
  348. assign [class="kdenlive|Olive"] $ws5
  349. for_window [class="kdenlive|Olive"]focus
  350. bindsym $mod+F5 exec kdenlive
  351. bindsym $mod+Shift+o exec olive-editor
  352.  
  353. set $ws6 "6"
  354. assign [class="Darktable|Gimp-2.10"] $ws6
  355. for_window [class="Darktable|Gimp-2.10"]focus
  356. bindsym $mod+Shift+t exec darktable
  357. bindsym $mod+F6 exec gimp-2.10
  358. for_window [instance="script-fu"] border normal
  359. for_window [title="Copying"] floating enable
  360. for_window [title="Deleting"] floating enable
  361. for_window [title="Moving"] floating enable
  362. for_window [window_role="^gimp-toolbox-color-dialog$"] floating enable
  363. for_window [window_role="pop-up"] floating enable
  364. for_window [window_role="^Preferences$"] floating enable
  365. for_window [window_role="setup"] floating enable
  366.  
  367. set $ws7 "7"
  368. assign [class="Google Earth Pro"] $ws7
  369. for_window [class="Google Earth Pro"]focus
  370. bindsym $mod+e exec --no-startup-id google-earth-pro
  371.  
  372. set $ws8 "8"
  373. assign [class="Pystopwatch|vlc|Xscreensaver-demo"] $ws8
  374. for_window [class="Pystopwatch"] focus, floating enable, move position 2000 80, resize set 300 100
  375. exec pystopwatch
  376. for_window [class="vlc"] floating enable, move position 3220 180, resize set 520 100
  377. exec vlc
  378. bindsym $mod+v exec vlc
  379. for_window [class="Xscreensaver-demo"] floating enable, move position 2040 510, resize set 1112 530
  380. exec_always --no-startup-id xscreensaver
  381. exec --no-startup-id xscreensaver-demo
  382. bindsym $mod+Ctrl+x exec xscreensaver-demo
  383.  
  384. set $ws9 "9"
  385. assign [class="Meld"] $ws9
  386. for_window [class="Meld"]focus, floating enable, resize set 1904 1040, move position 1928 32
  387. exec --no-startup-id meld
  388. bindsym $mod+F9 exec meld
  389.  
  390. set $ws10 "10"
  391. assign [class="VirtualBox|VirtualBox Manager|VirtualBox Machine"] $ws10
  392. for_window [class="VirtualBox Machine|VirtualBox Manager"]focus, floating disable
  393. for_window [class="VirtualBox"] move position 1920 480
  394. exec virtualbox manager
  395. bindsym $mod+F10 exec virtualbox manager
  396.  
  397. set $ws11 "11"
  398. assign [class="Atom|Nemo|Thunar|mpv"] $ws11
  399. for_window [class="Atom|Nemo|Thunar"]focus
  400. for_window [class="Nemo-terminal-prefs|mpv"]focus, floating enable, resize set 1280 854, move position center
  401. bindsym $mod+F2 exec atom ~/.config/i3/config
  402. bindsym $mod+Shift+Return exec nemo
  403. exec --no-startup-id thunar
  404. bindsym $mod+t exec thunar
  405.  
  406. set $ws12 "12"
  407. assign [class="qBittorrent"] $ws12
  408. for_window [class="qBittorrent"] floating enable, resize set 1400 800, move position 2180 120
  409. bindsym $mod+F12 exec qbittorrent
  410. exec qbittorrent
  411.  
  412. set $ws13 "13"
  413. assign [class="Filezilla"] $ws13
  414. for_window [class="Filezilla"] focus
  415. bindsym $mod+z exec filezilla
  416.  
  417. set $ws14 "14"
  418. assign [class="Gcolor2|Lxappearance|Oomox|__main__.py"] $ws14
  419. for_window [class="Gcolor2"]focus, move position 3220 40
  420. for_window [class="Oomox"] focus, floating enable, resize set 1260 990, move position 1925 40
  421. for_window [class="Lxappearance"] focus, floating enable, resize set 880 440, move position 2900 610
  422. bindsym $mod+Shift+g exec gcolor2
  423. bindsym $mod+Ctrl+a exec lxappearance
  424. bindsym $mod+o exec oomox-gui
  425.  
  426. set $ws15 "15"
  427. assign [class="discord"] $ws15
  428. for_window [class="discord"] floating enable, move position 2280 50, resize set 1200 960
  429. exec discord
  430.  
  431. #############################################
  432. #ᰜᰜᰜᰜᰜᰜ Application Launching ᰜᰜᰜᰜᰜᰜ#
  433.  
  434. set $rofi exec rofi -show-icons -lines 9 -columns 2 -eh 1 -padding 100 -width 60 -font "Federation 11"
  435. # Start drun Mode
  436. bindsym $mod+r $rofi -show drun
  437. # Start Rofi Combi Mode
  438. bindsym $mod+Ctrl+c $rofi -show combi
  439. # Start Rofi Window Mode
  440. bindsym $mod+w $rofi -show window
  441. # Start Rofi-Shortcuts
  442. bindsym $mod+Ctrl+r exec ~/.config/rofi/rofi-shortcuts/rofi-shortcuts.sh
  443. # Start Rofi Theme Selector
  444. bindsym Ctrl+mod1+r exec --no-startup-id rofi-theme-selector
  445.  
  446. # Enable/disable logging
  447. bindsym $mod+u debuglog toggle
  448.  
  449. #bindsym $mod+y
  450.  
  451. for_window [class="Alacritty"] floating enable, resize set 760 700, move position 1082 306
  452. bindsym Mod1+comma [class="Alacritty"] scratchpad show
  453. bindsym $mod+Return exec alacritty
  454.  
  455. bindsym $mod+Ctrl+f exec catfish; focus
  456.  
  457. for_window [class="flameshot"] floating enable, resize set 730 480
  458. bindsym $mod+g exec flameshot
  459.  
  460. for_window [class="Gnome-calendar"] resize set 844 800, move position 24 54
  461. for_window [class="Org.gnome.clocks"] floating enable, resize set 350 477
  462. for_window [class="Gnome-logs|Gnome-system-monitor"] floating enable, resize set 840 840, move position 2460 100
  463. # bindsym $mod+Ctrl+a exec gnome-calendar
  464. bindsym $mod+Ctrl+h exec gnome-clocks
  465. bindsym $mod+Ctrl+j exec gnome-logs
  466.  
  467. bindsym $mod+Ctrl+i exec gvim
  468. bindsym $mod+shift+h exec handbrake
  469.  
  470. for_window [class="Kvantum Manager"] floating enable
  471. bindsym $mod+Mod1+k exec kvantummanager
  472.  
  473. for_window [class="Mate-system-monitor"] floating enable, resize set 800 987, move position 560 48
  474. bindsym $mod+Ctrl+m exec mate-system-monitor
  475.  
  476. bindsym $mod+n exec nitrogen
  477. for_window [class="Nitrogen"] floating enable, resize set 833 883, move position 1047 137
  478.  
  479. bindsym Ctrl+mod1+o exec --no-startup-id ~/.config/i3/scripts/picom-toggle.sh
  480.  
  481. bindsym $mod+Ctrl+n exec xfce4-notes
  482.  
  483. for_window [class="Pamac-manager"] floating enable, resize set 720 540, move position 600 80
  484. bindsym Ctrl+mod1+g exec --no-startup-id pamac-manager
  485.  
  486. bindsym $mod+Mod1+i exec inkscape
  487.  
  488. bindsym $mod+p exec putty
  489.  
  490. for_window [class="qt5ct"] floating enable, resize set 900 720, move position 510 160
  491. bindsym $mod+Ctrl+q exec qt5ct
  492.  
  493. bindsym Shift+Print exec --no-startup-id "flameshot gui -p ~/Images/Flameshot"
  494. bindsym Print exec --no-startup-id scrot ' -%Y-%m-%d-%s_$wx$h.jpg' -e 'mv $f $$(xdg-user-dir IMAGES)'
  495. bindsym Ctrl+Print exec --no-startup-id xfce4-screenshooter
  496.  
  497. for_window [class="Xfce4-appfinder"] floating enable
  498. bindsym $mod+Ctrl+l exec --no-startup-id xfce4-appfinder
  499. bindsym Ctrl+mod1+m exec --no-startup-id xfce4-settings-manager
  500. bindsym Ctrl+Shift+Escape exec --no-startup-id xfce4-taskmanager, focus
  501.  
  502. #ᰜᰜᰜᰜᰜᰜ Loading Applications at Startup ᰜᰜᰜᰜᰜᰜ#
  503.  
  504. #xmodmap -e "keysym BackSpace = Delete" -e "keysym Delete = BackSpace"
  505. exec setxkbmap -option caps:swapescape
  506. exec nitrogen --restore
  507. exec killall picom &&
  508. exec_always --no-startup-id picom --config ~/.config/i3/picom.conf
  509. exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
  510. #exec_always --no-startup-id ~/.config/polybar/launch.sh &
  511. exec --no-startup-id /usr/lib/geoclue-2.0/demos/agent
  512. exec killall redshift &&
  513. exec redshift &
  514. exec_always --no-startup-id unclutter --timeout 2
  515. exec --no-startup-id xfce4-power-manager &
  516. exec --no-startup-id /usr/lib/xfce4/notifyd/xfce4-notifyd &
  517.  
  518. #ᰜᰜᰜᰜᰜᰜ Tray Applications ᰜᰜᰜᰜᰜᰜ#
  519.  
  520. # Network
  521. exec --no-startup-id nm-applet
  522. # Parcellite
  523. exec --no-startup-id parcellite
  524. # Workrave
  525. for_window [class="Workrave"] focus
  526. exec --no-startup-id workrave
  527. # Volume
  528. exec --no-startup-id volumeicon
  529. # Updater
  530. exec --no-startup-id pamac-tray
  531. # Dropbox
  532. exec --no-startup-id dropbox start
  533. # MEGA
  534. exec --no-startup-id megasync
  535.  
  536. #ᰜᰜᰜᰜᰜᰜ Floating or Tiled ᰜᰜᰜᰜᰜᰜ#
  537.  
  538. for_window [class="Dialog|Engrampa|File-roller|Font-manager"] floating enable move position 180 80
  539. for_window [class="Galculator|Gnome-calendar|Gnome-disks|^Gnome-font-viewer$"] floating enable
  540. for_window [class="GParted|^Gpick$|Grub-customizer"] floating enable
  541. for_window [class="System-config-printer.py|Termite"] floating enable
  542. for_window [class="Xfce4-settings-manager|Xfce4-taskmanager"] floating enable
  543.  
  544. #ᰜᰜᰜᰜᰜᰜ Scratchpad ᰜᰜᰜᰜᰜᰜ#
  545.  
  546. # move the currently focused window to the scratchpad
  547. bindsym Mod1+Shift+slash move scratchpad
  548. bindsym Mod1+slash scratchpad show
  549.  
  550. for_window [class="Gucharmap"] move scratchpad, resize set 800 600, move position 10 436
  551. bindsym Mod1+period [class="Gucharmap"] scratchpad show
  552. bindsym Ctrl+Mod1+period exec gucharmap
  553.  
  554. bindsym $mod+shift+a [class="Audio Recorder"] scratchpad show
  555. bindsym $mod+s exec simplescreenrecorder
  556. bindsym $mod+shift+s [class="SimpleScreenRecorder"] scratchpad show
  557. bindsym $mod+shift+p [class="kcolorchooser"] scratchpad show
  558.  
  559. ######################################
  560. #ᰜᰜᰜᰜᰜᰜ Border Ctrl ᰜᰜᰜᰜᰜᰜ#
  561.  
  562. # default_border normal | none | pixel
  563. default_border none
  564. # default_floating_border normal | none| pixel
  565. default_floating_border none
  566.  
  567. # hide_edge_borders none|vertical|horizontal|both|smart
  568. hide_edge_borders none
  569. bindsym $mod+shift+b exec --no-startup-id i3-msg border toggle
  570.  
  571. # changing border style
  572. ## Not used
  573.  
  574. new_window none
  575. # new_window normal | new_window none | pixel
  576.  
  577. new_float pixel 1
  578. # new_float normal | none | pixel
  579.  
  580. #ᰜᰜᰜᰜᰜᰜ i3-Next-Gaps ᰜᰜᰜᰜᰜᰜ#
  581. # Settings for I3 next gaps https://github.com/Airblader/i3/tree/gaps-next
  582.  
  583. #for_window [class="^.*"] pixel 4
  584. gaps inner 12
  585. gaps outer 8
  586. smart_gaps on
  587. smart_borders on
  588.  
  589. ##############################################
  590. #ᰜᰜᰜᰜᰜᰜ Variety for Wallpapers ᰜᰜᰜᰜᰜᰜ#
  591.  
  592. # exec --no-startup-id variety
  593. for_window [class="Variety"] floating enable
  594. for_window [instance="Variety Preferences"] floating enable
  595.  
  596. # trash wallpaper
  597. bindsym mod1+t exec --no-startup-id variety -t
  598. # next wallpaper
  599. bindsym mod1+n exec --no-startup-id variety -n
  600. bindsym mod1+Right exec --no-startup-id variety -n
  601. # previous wallpaper
  602. bindsym mod1+p exec --no-startup-id variety -p
  603. bindsym mod1+Left exec --no-startup-id variety -p
  604. # favorite wallpaper
  605. bindsym mod1+f exec --no-startup-id variety -f
  606. # pause wallpaper
  607. bindsym mod1+Up exec --no-startup-id variety --pause
  608. # resume wallpaper
  609. bindsym mod1+Down exec --no-startup-id variety --resume
  610.  
  611. #ᰜᰜᰜᰜᰜᰜ Variety with Pywal ᰜᰜᰜᰜᰜᰜ#
  612.  
  613. # next wallpaper
  614. bindsym mod1+Shift+n exec --no-startup-id variety -n && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  615. # previous wallpaper
  616. bindsym mod1+Shift+p exec --no-startup-id variety -p && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  617. # trash wallpaper
  618. bindsym mod1+Shift+t exec --no-startup-id variety -t && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  619. # update wallpaper
  620. bindsym mod1+Shift+u exec --no-startup-id wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)
  621.  
  622. #ᰜᰜᰜᰜᰜᰜ The End - Now Start Again ᰜᰜᰜᰜᰜᰜ#
  623. #########################################################################################
  624.  
  625. # All these words are empty baskets
  626. # Carried to the market square
  627. # Trading truth and lies in barter
  628. # Warranting warn buyer beware
  629.  
  630. # All these words are reeds I wove
  631. # Taught to hold my pauper’s share
  632. # Show me yours before and after
  633. # Out in the open we may compare
  634.  
  635. # All these words are on the table
  636. # Yoked to folly the shell game starts
  637. # Trick the eye they who are able
  638. # Cunning those the same the heart
  639.  
  640. # All these words are fruits of labour
  641. # Bounty’s grace on harvest’s day
  642. # Test taste and judge the many flavours
  643. # Fill your need be on your way
  644.  
  645. # All these words so meet and proper
  646. # Morning meals served hot or cold
  647. # Savour meaning old sharecropper
  648. # Recall the stories you were told
  649.  
  650. # All these words are open caskets
  651. # Life goes on even nothing’s fair
  652. # Gather seeds for ever after
  653. # Till the breach sow to repair
  654.  
Add Comment
Please, Sign In to add comment