poetician

i3 Bumblebee-status | NVMe 0n1 | 29-04-05

Apr 4th, 2021 (edited)
541
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.29 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. # Title font and alignment also used by the bar unless a different font is named in the bar {} block below.
  217. font pango: Federation italic 12
  218. title_align center
  219.  
  220. bar {
  221. height 24
  222. workspace_buttons yes
  223. font pango:Bauhaus 12, FontAwesome 12
  224. i3bar_command i3bar -t
  225. tray_output HDMI-A-0
  226. tray_padding 2
  227. position top
  228.  
  229. # OPTION 1 : Bumblebee-status
  230. # https://github.com/tobi-wan-kenobi/bumblebee-status
  231. status_command ~/.config/bumblebee-status/bumblebee-status \
  232. -m network_traffic disk cpu spacer sun redshift \
  233. -m weather -p weather.location=####### weather.showminmax=true \
  234. -m spacer uptime datetime -p datetime.format=" %c " -m system \
  235. -t turquoise-rainbow
  236.  
  237. # OPTION 2 : i3status
  238.  
  239. #status_command i3status
  240. #status_command i3status -c ~/.config/i3/i3status.conf
  241.  
  242. # OPTION 3 : i3blocks
  243. # https://github.com/vivien/i3blocks
  244.  
  245. #status_command i3blocks
  246. #status_command i3blocks -c ~/.config/i3/i3blocks.conf
  247. #status_command i3blocks -c ~/.config/i3/i3blocks-rainbow.conf
  248. #status_command i3blocks -c ~/.config/i3/i3blocks-original.conf
  249. #status_command i3blocks -c ~/.config/i3/i3blocks-awesome.conf
  250.  
  251. # OPTION 4 : 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 : turquoise-rainbow
  258.  
  259. # i3 bar colors
  260.  
  261. colors {
  262. background #2317091a
  263. statusline #2317091a
  264. separator #00000000
  265.  
  266. # colorclass border background text
  267. focused_workspace #00000000 #0e82b0 #231709
  268. active_workspace #00000000 #094e62 #0e82b0
  269. inactive_workspace #00000000 #87b0e6 #0e82b0
  270. urgent_workspace #00000000 #0e82b0 #094e62
  271. }
  272. }
  273.  
  274. bar {
  275. height 20
  276. workspace_buttons no
  277. font pango:Bauhaus 12, FontAwesome 12
  278. i3bar_command i3bar
  279. output HDMI-A-0
  280. tray_output none
  281. position bottom
  282.  
  283. status_command ~/.config/bumblebee-status/bumblebee-status \
  284. -m spacer hostname kernel spacer load memory sensors2 \
  285. -m spacer battery-upower xrandr spacer pasink pasource spacer \
  286. -m shortcut -p shortcut.cmds="alacritty -e vim ~/.config/i3/config;alacritty -e bpytop" shortcut.labels="vim;bpytop" \
  287. -m todo spacer \
  288. -t turquoise-rainbow
  289.  
  290. colors {
  291. background #0733511a
  292. statusline #0733511a
  293. separator #00000000
  294. }
  295. }
  296.  
  297. ### Usable modules: amixer arch-update "-p arch-update.left-click=" battery hddtemp indicator layout nic
  298. ### pacman ping progress sensors title traffic xkcd
  299. ### Problematic modules: dunst playerctl smartstatus twmn
  300.  
  301. # Option 5: Polybar
  302. # Comment out the Bar section and conky, and remove hashtag in the next line to load Polybar; log back in to see the change.
  303. # exec_always --no-startup-id ~/.config/polybar/launch.sh &
  304.  
  305. ##STOP THEMING BAR
  306.  
  307. ##START THEMING WM
  308. # Theme name : turquoise-rainbow
  309.  
  310. # Window color settings
  311. # class border background text indicator
  312. client.focused #073351 #073351 #6ad6ef #0e82b0
  313. client.unfocused #073351 #6ad6ef #6ad6ef #0e82b0
  314. client.focused_inactive #073351 #87b0e6 #6ad6ef #0e82b0
  315. client.placeholder #073351 #073351 #6ad6ef
  316. client.urgent #87b0e6 #87b0e6 #6ad6ef #0e82b0
  317.  
  318. client.background #242424
  319.  
  320. ##STOP THEMING WM
  321.  
  322. ###################################################
  323. #ᰜᰜᰜᰜᰜᰜ Applications and Directives ᰜᰜᰜᰜᰜᰜ#
  324.  
  325. set $ws1 "1"
  326. assign [class="firefox"] $ws1
  327. exec --no-startup-id firefox
  328. bindsym $mod+F1 exec firefox
  329.  
  330. set $ws2 "2"
  331. assign [class="Arcolinux-tweak-tool.py|Blender|com-eteks-sweethome3d-SweetHome3D"] $ws2
  332. for_window [class="Arcolinux-tweak-tool.py"]focus, floating enable, resize set 800 800, move position 2480 140
  333. bindsym $mod+Ctrl+e exec arcolinux-tweak-tool
  334. bindsym $mod+Ctrl+b exec blender
  335. bindsym $mod+shift+i exec com-eteks-sweethome3d-SweetHome3D
  336.  
  337. set $ws3 "3"
  338. assign [class="Cherrytree|Xfce4-dict"] $ws3
  339. for_window [class="Cherrytree"]focus, floating enable, resize set 1100 960, move position 40 60
  340. #exec flatpak run com.giuspen.cherrytree
  341. bindsym $mod+F3 exec flatpak run com.giuspen.cherrytree
  342. for_window [class="Xfce4-dict"]focus, floating enable, resize set 480 960, move position 1205 70
  343. bindsym $mod+Ctrl+d exec xfce4-dict
  344.  
  345. set $ws4 "4"
  346. assign [class="libreoffice"] $ws4
  347. for_window [class="libreoffice|libreoffice-writer"]focus, floating enable, resize set 1360 1020, move position 280 30
  348. for_window [class="Soffice"] focus, floating enable
  349. exec libreoffice
  350. bindsym $mod+F4 exec libreoffice
  351.  
  352. set $ws5 "5"
  353. assign [class="kdenlive|Olive"] $ws5
  354. for_window [class="kdenlive|Olive"]focus
  355. bindsym $mod+F5 exec kdenlive
  356. bindsym $mod+Shift+o exec olive-editor
  357.  
  358. set $ws6 "6"
  359. assign [class="Darktable|Gimp-2.10"] $ws6
  360. for_window [class="Darktable|Gimp-2.10"]focus
  361. bindsym $mod+Shift+t exec darktable
  362. bindsym $mod+F6 exec gimp-2.10
  363. for_window [instance="script-fu"] border normal
  364. for_window [title="Copying"] floating enable
  365. for_window [title="Deleting"] floating enable
  366. for_window [title="Moving"] floating enable
  367. for_window [window_role="^gimp-toolbox-color-dialog$"] floating enable
  368. for_window [window_role="pop-up"] floating enable
  369. for_window [window_role="^Preferences$"] floating enable
  370. for_window [window_role="setup"] floating enable
  371.  
  372. set $ws7 "7"
  373. assign [class="Google Earth Pro"] $ws7
  374. for_window [class="Google Earth Pro"]focus
  375. bindsym $mod+e exec --no-startup-id google-earth-pro
  376.  
  377. set $ws8 "8"
  378. assign [class="Pystopwatch|vlc|Xscreensaver-demo"] $ws8
  379. for_window [class="Pystopwatch"] focus, floating enable, move position 2000 80, resize set 300 100
  380. exec pystopwatch
  381. for_window [class="vlc"] floating enable, move position 3220 180, resize set 520 100
  382. exec vlc
  383. bindsym $mod+v exec vlc
  384. for_window [class="Xscreensaver-demo"] floating enable, move position 2040 510, resize set 1112 530
  385. exec_always --no-startup-id xscreensaver
  386. exec --no-startup-id xscreensaver-demo
  387. bindsym $mod+Ctrl+x exec xscreensaver-demo
  388.  
  389. set $ws9 "9"
  390. assign [class="Meld"] $ws9
  391. for_window [class="Meld"]focus, floating enable, resize set 1904 1040, move position 1928 32
  392. exec --no-startup-id meld
  393. bindsym $mod+F9 exec meld
  394.  
  395. set $ws10 "10"
  396. assign [class="VirtualBox|VirtualBox Manager|VirtualBox Machine"] $ws10
  397. for_window [class="VirtualBox Machine|VirtualBox Manager"]focus, floating disable
  398. for_window [class="VirtualBox"] move position 1920 480
  399. exec virtualbox manager
  400. bindsym $mod+F10 exec virtualbox manager
  401.  
  402. set $ws11 "11"
  403. assign [class="Atom|Nemo|Thunar"] $ws11
  404. for_window [class="Atom|Nemo|Thunar"]focus
  405. for_window [class="Nemo-terminal-prefs"]focus, floating enable
  406. bindsym $mod+F2 exec atom ~/.config/i3/config
  407. bindsym $mod+Shift+Return exec nemo
  408. exec --no-startup-id thunar
  409. bindsym $mod+t exec thunar
  410.  
  411. set $ws12 "12"
  412. assign [class="qBittorrent"] $ws12
  413. for_window [class="qBittorrent"] floating enable, resize set 1400 800, move position 2180 120
  414. bindsym $mod+F12 exec qbittorrent
  415. exec qbittorrent
  416.  
  417. set $ws13 "13"
  418. assign [class="Filezilla|Putty"] $ws13
  419. for_window [class="Filezilla|Putty"] focus
  420. bindsym $mod+z exec filezilla
  421.  
  422. set $ws14 "14"
  423. assign [class="Gcolor2|Lxappearance|Oomox|__main__.py"] $ws14
  424. for_window [class="Gcolor2"]focus, move position 2010 130
  425. for_window [class="Oomox"] focus, floating enable, resize set 1020 960, move position 2800 60
  426. for_window [class="Lxappearance"] focus, floating enable, resize set 840 440, move position 1940 610
  427. bindsym $mod+Shift+g exec gcolor2
  428. bindsym $mod+Ctrl+a exec lxappearance
  429. bindsym $mod+o exec oomox-gui
  430.  
  431. set $ws15 "15"
  432. assign [class="discord"] $ws15
  433. for_window [class="discord"] floating enable, move position 2280 50, resize set 1200 960
  434. exec discord
  435.  
  436. #############################################
  437. #ᰜᰜᰜᰜᰜᰜ Application Launching ᰜᰜᰜᰜᰜᰜ#
  438.  
  439. set $rofi exec rofi -show-icons -lines 9 -columns 2 -eh 1 -padding 100 -width 60 -font "Federation 11"
  440. # Start drun Mode
  441. bindsym $mod+r $rofi -show drun
  442. # Start Rofi Combi Mode
  443. bindsym $mod+Ctrl+c $rofi -show combi
  444. # Start Rofi Window Mode
  445. bindsym $mod+w $rofi -show window
  446. # Start Rofi-Shortcuts
  447. bindsym $mod+Ctrl+r exec ~/.config/rofi/rofi-shortcuts/rofi-shortcuts.sh
  448. # Start Rofi Theme Selector
  449. bindsym Ctrl+mod1+r exec --no-startup-id rofi-theme-selector
  450.  
  451. for_window [class="Alacritty"] floating enable, resize set 800 600, move position 1100 400
  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+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 800 880, move position 1040 110
  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+p exec putty
  487.  
  488. for_window [class="qt5ct"] floating enable, resize set 900 720, move position 510 160
  489. bindsym $mod+Ctrl+q exec qt5ct
  490.  
  491. bindsym Shift+Print exec --no-startup-id "flameshot gui -p ~/Images/Flameshot"
  492. bindsym Print exec --no-startup-id scrot ' -%Y-%m-%d-%s_$wx$h.jpg' -e 'mv $f $$(xdg-user-dir IMAGES)'
  493. bindsym Ctrl+Print exec --no-startup-id xfce4-screenshooter
  494.  
  495. for_window [class="Xfce4-appfinder"] floating enable
  496. bindsym $mod+Ctrl+l exec --no-startup-id xfce4-appfinder
  497. bindsym Ctrl+mod1+m exec --no-startup-id xfce4-settings-manager
  498. bindsym Ctrl+Shift+Escape exec --no-startup-id xfce4-taskmanager, focus
  499.  
  500. #ᰜᰜᰜᰜᰜᰜ Loading Applications at Startup ᰜᰜᰜᰜᰜᰜ#
  501.  
  502. #xmodmap -e "keysym BackSpace = Delete" -e "keysym Delete = BackSpace"
  503. exec setxkbmap -option caps:swapescape
  504. exec nitrogen --restore
  505. exec killall picom &&
  506. exec_always --no-startup-id picom --config ~/.config/i3/picom.conf
  507. exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
  508. #exec_always --no-startup-id ~/.config/polybar/launch.sh &
  509. exec --no-startup-id /usr/lib/geoclue-2.0/demos/agent
  510. exec killall redshift &&
  511. exec redshift &
  512. exec_always --no-startup-id unclutter --timeout 2
  513. exec --no-startup-id xfce4-power-manager &
  514. exec --no-startup-id /usr/lib/xfce4/notifyd/xfce4-notifyd &
  515.  
  516. #ᰜᰜᰜᰜᰜᰜ Tray Applications ᰜᰜᰜᰜᰜᰜ#
  517.  
  518. # Network
  519. exec --no-startup-id nm-applet
  520. # Parcellite
  521. exec --no-startup-id parcellite
  522. # Workrave
  523. for_window [class="Workrave"] focus
  524. exec --no-startup-id workrave
  525. # Volume
  526. exec --no-startup-id volumeicon
  527. # Updater
  528. exec --no-startup-id pamac-tray
  529. # Dropbox
  530. exec --no-startup-id dropbox start
  531. # MEGA
  532. exec --no-startup-id megasync
  533.  
  534. #ᰜᰜᰜᰜᰜᰜ Floating or Tiled ᰜᰜᰜᰜᰜᰜ#
  535.  
  536. for_window [class="Dialog|Engrampa|File-roller|Font-manager"] floating enable move position 180 80
  537. for_window [class="Galculator|Gnome-calendar|Gnome-disks|^Gnome-font-viewer$"] floating enable
  538. for_window [class="GParted|^Gpick$|Grub-customizer"] floating enable
  539. for_window [class="System-config-printer.py|Termite"] floating enable
  540. for_window [class="Xfce4-settings-manager|Xfce4-taskmanager"] floating enable
  541.  
  542. #ᰜᰜᰜᰜᰜᰜ Scratchpad ᰜᰜᰜᰜᰜᰜ#
  543.  
  544. # move the currently focused window to the scratchpad
  545. bindsym Mod1+Shift+slash move scratchpad
  546. bindsym Mod1+slash scratchpad show
  547.  
  548. for_window [class="Gucharmap"] move scratchpad, resize set 800 600, move position 10 436
  549. bindsym Mod1+period [class="Gucharmap"] scratchpad show
  550. bindsym Ctrl+Mod1+period exec gucharmap
  551.  
  552. bindsym $mod+shift+a [class="Audio Recorder"] scratchpad show
  553. bindsym $mod+s exec simplescreenrecorder
  554. bindsym $mod+shift+s [class="SimpleScreenRecorder"] scratchpad show
  555. bindsym $mod+shift+p [class="kcolorchooser"] scratchpad show
  556.  
  557. ######################################
  558. #ᰜᰜᰜᰜᰜᰜ Border Ctrl ᰜᰜᰜᰜᰜᰜ#
  559.  
  560. # default_border normal | none | pixel
  561. default_border none
  562. # default_floating_border normal | none| pixel
  563. default_floating_border none
  564.  
  565. # hide_edge_borders none|vertical|horizontal|both|smart
  566. hide_edge_borders none
  567. bindsym $mod+shift+b exec --no-startup-id i3-msg border toggle
  568.  
  569. # changing border style
  570. ## Not used
  571.  
  572. new_window none
  573. # new_window normal | new_window none | pixel
  574.  
  575. new_float pixel 1
  576. # new_float normal | none | pixel
  577.  
  578. #ᰜᰜᰜᰜᰜᰜ i3-Next-Gaps ᰜᰜᰜᰜᰜᰜ#
  579. # Settings for I3 next gaps https://github.com/Airblader/i3/tree/gaps-next
  580.  
  581. #for_window [class="^.*"] pixel 4
  582. gaps inner 4
  583. gaps outer 4
  584. smart_gaps on
  585. smart_borders on
  586.  
  587. ##############################################
  588. #ᰜᰜᰜᰜᰜᰜ Variety for Wallpapers ᰜᰜᰜᰜᰜᰜ#
  589.  
  590. # exec --no-startup-id variety
  591. for_window [class="Variety"] floating enable
  592. for_window [instance="Variety Preferences"] floating enable
  593.  
  594. # trash wallpaper
  595. bindsym mod1+t exec --no-startup-id variety -t
  596. # next wallpaper
  597. bindsym mod1+n exec --no-startup-id variety -n
  598. bindsym mod1+Right exec --no-startup-id variety -n
  599. # previous wallpaper
  600. bindsym mod1+p exec --no-startup-id variety -p
  601. bindsym mod1+Left exec --no-startup-id variety -p
  602. # favorite wallpaper
  603. bindsym mod1+f exec --no-startup-id variety -f
  604. # pause wallpaper
  605. bindsym mod1+Up exec --no-startup-id variety --pause
  606. # resume wallpaper
  607. bindsym mod1+Down exec --no-startup-id variety --resume
  608.  
  609. #ᰜᰜᰜᰜᰜᰜ Variety with Pywal ᰜᰜᰜᰜᰜᰜ#
  610.  
  611. # next wallpaper
  612. bindsym mod1+Shift+n exec --no-startup-id variety -n && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  613. # previous wallpaper
  614. bindsym mod1+Shift+p exec --no-startup-id variety -p && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  615. # trash wallpaper
  616. bindsym mod1+Shift+t exec --no-startup-id variety -t && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  617. # update wallpaper
  618. bindsym mod1+Shift+u exec --no-startup-id wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)
  619.  
  620. #ᰜᰜᰜᰜᰜᰜ The End - Now Start Again ᰜᰜᰜᰜᰜᰜ#
  621. #########################################################################################
  622.  
  623. # All these words are empty baskets
  624. # Carried to the market square
  625. # Trading truth and lies in barter
  626. # Warranting warn buyer beware
  627.  
  628. # All these words are reeds I wove
  629. # Taught to hold my pauper’s share
  630. # Show me yours before and after
  631. # Out in the open we may compare
  632.  
  633. # All these words are on the table
  634. # Yoked to folly the shell game starts
  635. # Trick the eye they who are able
  636. # Cunning those the same the heart
  637.  
  638. # All these words are fruits of labour
  639. # Bounty’s grace on harvest’s day
  640. # Test taste and judge the many flavours
  641. # Fill your need be on your way
  642.  
  643. # All these words so meet and proper
  644. # Morning meals served hot or cold
  645. # Savour meaning old sharecropper
  646. # Recall the stories you were told
  647.  
  648. # All these words are open caskets
  649. # Life goes on even nothing’s fair
  650. # Gather seeds for ever after
  651. # Till the breach sow to repair
  652.  
Add Comment
Please, Sign In to add comment