Advertisement
poetician

i3 ArcoLinux | Polybar Only | Raspberry Plants Theme | Cleaned Up

Oct 29th, 2020 (edited)
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.77 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.16.1-186-gf3fffbae (2020-03-01, branch "makepkg") © 2009 Michael Stapelberg and contributors.
  8.  
  9. # Derived in part from ArcoLinux default:
  10. # https://arcolinux.info/ # https://github.com/arcolinux # https://www.youtube.com/channel/UCJdmdUp5BrsWsYVQUylCMLg
  11.  
  12. #ᰜᰜᰜᰜᰜᰜ Key Names ᰜᰜᰜᰜᰜᰜ#
  13.  
  14. # Mod = Super key / Mod4 # Control = 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. #ᰜᰜᰜᰜᰜᰜ 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 $Screen1
  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.  
  41. # Use arandr for the configuration
  42. 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
  43.  
  44. #ᰜᰜᰜᰜᰜᰜ Reload Changed Configuration ᰜᰜᰜᰜᰜᰜ#
  45.  
  46. # Restart i3 in place (preserves the layout/session, can be used to upgrade i3)
  47. bindsym $mod+Shift+r restart
  48.  
  49. # Reload the configuration file
  50. bindsym $mod+Shift+c reload
  51.  
  52. #ᰜᰜᰜᰜᰜᰜ Stop Applications ᰜᰜᰜᰜᰜᰜ#
  53.  
  54. # Kill focused window
  55. bindsym $mod+q kill
  56.  
  57. # Xkill focused window
  58. bindsym --release $mod+Escape exec xkill
  59.  
  60. # Lockscreen, Logout, Reboot, etc ...
  61. bindsym $mod+x exec arcolinux-logout
  62.  
  63. #ᰜᰜᰜᰜᰜᰜ Resize Windows ᰜᰜᰜᰜᰜᰜ#
  64. # Resizing windows with keyboard only: https://unix.stackexchange.com/q/255344/150597
  65.  
  66. # Resizing by 2
  67. bindsym $mod+control+Right resize grow width 2 px or 2 ppt
  68. bindsym $mod+control+Up resize shrink height 2 px or 2 ppt
  69. bindsym $mod+control+Down resize grow height 2 px or 2 ppt
  70. bindsym $mod+control+Left resize shrink width 2 px or 2 ppt
  71.  
  72. #ᰜᰜᰜᰜᰜᰜ i3 Next Gaps ᰜᰜᰜᰜᰜᰜ#
  73. # Settings for I3 next gaps https://github.com/Airblader/i3/tree/gaps-next
  74.  
  75. #for_window [class="^.*"] pixel 4
  76. gaps inner 4
  77. gaps outer 4
  78. smart_gaps on
  79. smart_borders on
  80.  
  81. #ᰜᰜᰜᰜᰜᰜ Resize i3 Gaps ᰜᰜᰜᰜᰜᰜ#
  82. # gaps inner|outer|horizontal|vertical|top|right|bottom|left current|all set|plus|minus|toggle
  83.  
  84. bindsym control+Shift+d gaps inner all set 0; gaps outer all set 40
  85. bindsym control+Shift+f gaps inner all set 0; gaps outer all set 0
  86. bindsym control+Shift+i gaps inner current plus 10
  87. bindsym control+Shift+j gaps left current plus 10
  88. bindsym control+Shift+k gaps left current minus 10
  89. bindsym control+Shift+l gaps vertical current plus 10
  90. bindsym control+Shift+m gaps inner all set 5; gaps outer all set 5
  91. bindsym control+Shift+n gaps inner all set 50; gaps outer all set 0
  92. bindsym control+Shift+o gaps outer current plus 10
  93. bindsym control+Shift+minus gaps outer current plus 5
  94. bindsym control+Shift+plus gaps outer current minus 5
  95. bindsym control+Shift+comma gaps vertical current minus 5
  96. bindsym control+Shift+period gaps vertical current plus 5
  97. bindsym control+Shift+bracketleft gaps horizontal current minus 5
  98. bindsym control+Shift+bracketright gaps horizontal current plus 10
  99. bindsym control+Shift+semicolon gaps right current plus 10
  100. bindsym control+Shift+apostrophe gaps right current minus 10
  101. bindsym control+Shift+backslash gaps outer current toggle 40
  102. bindsym control+Shift+u gaps top current plus 20; gaps horizontal all plus 20
  103. bindsym control+Shift+w gaps inner all set 20; gaps outer all set 30
  104. bindsym control+Shift+y gaps top current minus 20; gaps horizontal current minus 20
  105.  
  106. # popup_during_fullscreen smart|ignore|leave_fullscreen
  107. popup_during_fullscreen leave_fullscreen
  108.  
  109. ####################################################
  110. #ᰜᰜᰜᰜᰜᰜ Polybar and Workspace Appearance ᰜᰜᰜᰜᰜᰜ#
  111.  
  112. # Polybar
  113. exec_always --no-startup-id ~/.config/polybar/launch.sh &
  114.  
  115. ##START THEMING
  116. #Theme name : Raspberry Plants
  117.  
  118. # class border background text indicator child-border
  119. client.placeholder #1a000000 #00000000 #281948 #00000000 #7f2f49
  120. client.background #00000000
  121. client.unfocused #1a000000 #00000000 #FFD700 #00000000 #fcc48a
  122. client.focused #1a000000 #00000000 #B87333 #00000000 #44283D
  123. client.focused_inactive #1a000000 #00000000 #4f433f #00000000 #B2627C
  124. client.urgent #11093e #00000000 #a16b1c #000000 #8166E8
  125.  
  126. ##STOP THEMING
  127.  
  128. ###################################################
  129. #ᰜᰜᰜᰜᰜᰜ Applications and Directives ᰜᰜᰜᰜᰜᰜ#
  130.  
  131. set $ws1 "1"
  132. assign [class="firefox|Opera"] $ws1
  133. for_window [class="firefox|Opera"]focus
  134. exec --no-startup-id firefox
  135. bindsym $mod+F1 exec firefox
  136. bindsym $mod+o exec opera
  137.  
  138. set $ws2 "2"
  139. assign [class="Atom|Nemo"] $ws2
  140. for_window [class="Atom|Nemo"]focus
  141. for_window [class="Nemo-terminal-prefs"]focus, floating enable
  142. bindsym $mod+F2 exec "atom ~/.config/i3/config && ~/.config/polybar/config && ~/.config/jgmenu/jgmenurc"
  143. exec --no-startup-id nemo
  144. bindsym $mod+Shift+Return exec nemo
  145.  
  146. set $ws3 "3"
  147. assign [class="Cherrytree|Xfce4-dict"] $ws3
  148. for_window [class="Cherrytree"]focus, floating enable, resize set 1100 980, move position 20 50
  149. exec --no-startup-id cherrytree
  150. bindsym $mod+control+t exec cherrytree
  151. for_window [class="Xfce4-dict"]focus, floating enable, resize set 480 980, move position 1180 50
  152. bindsym $mod+contrl+d exec xfce4-dict
  153.  
  154. set $ws4 "4"
  155. assign [class="libreoffice"] $ws4
  156. exec --no-startup-id libreoffice
  157. bindsym $mod+F4 exec libreoffice
  158.  
  159. set $ws5 "5"
  160. assign [class="kdenlive"] $ws5
  161. for_window [class="kdenlive"]focus
  162. bindsym $mod+F5 exec kdenlive
  163.  
  164. set $ws6 "6"
  165. assign [class="Gimp-2.10"] $ws6
  166. for_window [class="Gimp-2.10"]focus
  167. bindsym $mod+F6 exec gimp-2.10
  168. for_window [instance="script-fu"] border normal
  169. for_window [title="Copying"] floating enable
  170. for_window [title="Deleting"] floating enable
  171. for_window [title="Moving"] floating enable
  172. for_window [window_role="^gimp-toolbox-color-dialog$"] floating enable
  173. for_window [window_role="pop-up"] floating enable
  174. for_window [window_role="^Preferences$"] floating enable
  175. for_window [window_role="setup"] floating enable
  176.  
  177. set $ws7 "7"
  178. assign [class="Google Earth Pro"] $ws7
  179. for_window [class="Google Earth Pro"]focus
  180. bindsym $mod+F7 exec google-earth-pro
  181.  
  182. set $ws8 "8"
  183. assign [class="Audio Recorder|obs"] $ws8
  184. for_window [class="Audio Recorder"] floating enable, move position 2860 40
  185. for_window [class="obs"]focus
  186. bindsym $mod+F8 exec obs
  187.  
  188. set $ws9 "9"
  189. assign [class="Meld"] $ws9
  190. for_window [class="Meld"]focus, floating enable, resize set 1912 1010, move position 1924 37
  191. exec --no-startup-id meld
  192. bindsym $mod+F9 exec meld
  193.  
  194. set $ws10 "10"
  195. assign [class="VirtualBox|VirtualBox Manager|VirtualBox Machine"] $ws10
  196. for_window [class="VirtualBox Machine|VirtualBox Manager"]focus, floating disable
  197. for_window [class="VirtualBox"] move position 1920 480
  198. exec --no-startup-id virtualbox manager
  199. bindsym $mod+F10 exec virtualbox manager
  200.  
  201. set $ws11 "11"
  202. assign [class="Arcolinux-tweak-tool.py|Blender"] $ws11
  203. for_window [class="Arcolinux-tweak-tool.py"]focus, floating enable, resize set 800 800, move position 2480 140
  204. bindsym $mod+control+e exec arcolinux-tweak-tool
  205. bindsym $mod+control+b exec blender
  206.  
  207. set $ws12 "12"
  208. assign [class="qBittorrent|Timeshift-gtk|Transmission-gtk"] $ws12
  209. for_window [class="Timeshift-gtk"] floating enable, move position 1940 60, resize set 800 950
  210. for_window [class="Transmission-gtk"] floating enable, move position 2820 60, resize set 900 480
  211. for_window [class="qBittorrent"] floating enable, move position 2780 60, resize set 1040 950
  212. bindsym $mod+F11 exec timeshift-launcher
  213. bindsym $mod+F12 exec qbittorrent
  214. exec --no-startup-id qbittorrent
  215.  
  216. set $ws13 "13"
  217. assign [class="vlc|Xscreensaver-demo"] $ws13
  218. for_window [class="Xscreensaver-demo"] floating enable, resize set 1420 800, move position 2170 60
  219. exec_always --no-startup-id xscreensaver
  220. exec --no-startup-id xscreensaver-demo
  221. bindsym $mod+control+x exec xscreensaver-demo
  222. for_window [class="vlc"] floating enable, move position 2170 900, resize set 1420 120
  223. exec --no-startup-id vlc
  224. bindsym $mod+F3 exec vlc
  225.  
  226. set $ws14 "14"
  227. assign [class="Virt-manager|Oomox|__main__.py"] $ws14
  228. for_window [class="Virt-machine"]focus, floating disable
  229. for_window [class="Oomox"]focus, floating enable, resize set 1405 970, move position 1930 50
  230. for_window [class="Lxappearance"]focus, floating enable, move position 3050 95, resize set 785 720
  231. bindsym $mod+l exec lxappearance
  232. bindsym $mod+control+o exec oomox-gui
  233. bindsym $mod+control+v exec virt-manager
  234.  
  235. #############################################
  236. #ᰜᰜᰜᰜᰜᰜ Application Launching ᰜᰜᰜᰜᰜᰜ#
  237.  
  238. # Start drun Mode
  239. bindsym $mod+g exec --no-startup-id rofi -show drun -show-icons -lines 8 -columns 3 -eh 2 -width 74 -padding 200 -opacity "40"
  240. # Start Rofi Combi Mode
  241. bindsym $mod+control+z exec --no-startup-id rofi -show combi -show-icons -font "Federation 11"
  242. # Start Rofi Window Mode
  243. bindsym $mod+control+w exec --no-startup-id rofi -show window -show-icons -font "Federation 11"
  244. # Start Rofi with Rofi-Shortcuts
  245. bindsym $mod+control+r exec ~/.config/rofi/rofi-shortcuts/rofi-shortcuts.sh
  246. # Start Rofi Theme Selector
  247. bindsym control+mod1+r exec --no-startup-id rofi-theme-selector
  248.  
  249. # Pamac-Manager
  250. for_window [class="Pamac-manager"] floating enable, move position 510 80, resize set 800 700
  251. bindsym control+mod1+g exec --no-startup-id pamac-manager
  252. # Settings
  253. bindsym control+mod1+m exec --no-startup-id xfce4-settings-manager
  254. # System Monitor
  255. bindsym control+Shift+Escape exec --no-startup-id xfce4-taskmanager, focus
  256.  
  257. for_window [class="Alacritty"] floating enable, resize set 760 700, move position 1120 360
  258. bindsym Mod1+comma [class="Alacritty"] scratchpad show
  259. bindsym $mod+Return exec alacritty
  260. for_window [class="Arcolinux-welcome-app.py"] floating enable
  261. bindsym $mod+w exec arcolinux-welcome-app
  262. bindsym $mod+control+f exec catfish; focus
  263. bindsym $mod+r exec flameshot
  264. for_window [class="Gnome-calendar"] resize set 844 800, move position 24 54
  265. bindsym $mod+control+a exec gnome-calendar
  266. for_window [class="Gucharmap"] move scratchpad, move position 10 430, set 640 640
  267. bindsym Mod1+period [class="Gucharmap"] scratchpad show
  268. bindsym control+Mod1+period exec gucharmap
  269. for_window [class="Kvantum Manager"] floating enable
  270. bindsym $mod+k exec kvantummanager
  271. bindsym $mod+n exec nitrogen
  272. for_window [class="Nitrogen"] floating enable, move position 1040 110, resize set 800 880
  273. bindsym $mod+p exec peek
  274. for_window [class="qt5ct"] floating enable, move position 510 160, resize set 900 720
  275. bindsym $mod+control+q exec qt5ct
  276. for_window [class="Shutter"] floating enable
  277. bindsym $mod+control+s exec shutter
  278. bindsym Print exec --no-startup-id scrot ' -%Y-%m-%d-%s_$wx$h.jpg' -e 'mv $f $$(xdg-user-dir PICTURES)'
  279. bindsym Control+Print exec --no-startup-id xfce4-screenshooter
  280. for_window [class="Xfce4-appfinder"] floating enable
  281. bindsym mod1+F3 exec --no-startup-id xfce4-appfinder
  282.  
  283. #########################################
  284. #ᰜᰜᰜᰜᰜᰜ Floating or Tiled ᰜᰜᰜᰜᰜᰜ#
  285.  
  286. for_window [class="Engrampa"] floating enable
  287. for_window [class="File-roller"] floating enable
  288. for_window [class="Font-manager"] floating enable
  289. for_window [class="Galculator"] floating enable
  290. for_window [class="Gnome-calendar|Gnome-disks|^Gnome-font-viewer$"] floating enable
  291. for_window [class="GParted"] floating enable
  292. for_window [class="^Gpick$"] floating enable
  293. for_window [class="Grub-customizer"] floating enable
  294. for_window [class="Imagewriter|Usb-creator-gtk"] floating enable
  295. for_window [class="System-config-printer.py"] floating enable
  296. for_window [class="Xfce4-settings-manager|Xfce4-taskmanager"] floating enable
  297.  
  298. #ᰜᰜᰜᰜᰜᰜ Loading Applications at Startup ᰜᰜᰜᰜᰜᰜ#
  299.  
  300. # Authentication dialog
  301. exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
  302. exec_always --no-startup-id mousetrap -t 2
  303. exec nitrogen --restore
  304. exec_always --no-startup-id numlockx on
  305. exec killall picom &&
  306. exec_always --no-startup-id picom -b
  307. exec --no-startup-id python3 $HOME/.config/i3/i3-swallow.py
  308. exec --no-startup-id xfce4-power-manager &
  309. exec --no-startup-id /usr/lib/xfce4/notifyd/xfce4-notifyd &
  310.  
  311. #ᰜᰜᰜᰜᰜᰜ Tray Applications ᰜᰜᰜᰜᰜᰜ#
  312.  
  313. # Network
  314. exec --no-startup-id nm-applet
  315. # Parcellite
  316. exec --no-startup-id parcellite
  317. # Workrave
  318. exec --no-startup-id workrave
  319. # Volume
  320. exec --no-startup-id volumeicon
  321. # Updater
  322. exec --no-startup-id pamac-tray
  323. # Dropbox
  324. exec --no-startup-id dropbox start
  325. #Stopwatch
  326. for_window [class="Stopwatch"] floating enable
  327. for_window [class="Stopwatch"] move scratchpad, resize set 360 240, move position 900 600
  328. bindsym Mod1+semicolon [class="Stopwatch"] scratchpad show
  329. exec --no-startup-id stopwatch
  330.  
  331. #ᰜᰜᰜᰜᰜᰜ Scratchpad ᰜᰜᰜᰜᰜᰜ#
  332.  
  333. # move the currently focused window to the scratchpad
  334. bindsym Mod1+Shift+slash move scratchpad
  335. bindsym Mod1+slash scratchpad show
  336.  
  337. #############################################
  338. #ᰜᰜᰜᰜᰜᰜ Navigating Containers ᰜᰜᰜᰜᰜᰜ#
  339.  
  340. # Use mouse+$mod to drag floating windows to their new position
  341. floating_modifier $mod
  342.  
  343. # Toggle Tiling / Floating
  344. bindsym control+space floating toggle
  345.  
  346. # Change Focus
  347. bindsym $mod+Left focus left
  348. bindsym $mod+Down focus down
  349. bindsym $mod+Up focus up
  350. bindsym $mod+Right focus right
  351.  
  352. # Move Focused Window
  353. bindsym $mod+Shift+Left move left
  354. bindsym $mod+Shift+Down move down
  355. bindsym $mod+Shift+Up move up
  356. bindsym $mod+Shift+Right move right
  357.  
  358. # Open next workspace in order / Move container to next workspace
  359. bindsym $mod+Shit+n exec --no-startup-id ~/Data/i3-next-available-workspace/next_available_ws.sh
  360. bindsym $mod+Shift+m exec --no-startup-id ~/Data/i3-next-available-workspace/next_available_ws.sh -m # move container to new window
  361.  
  362. #############################################
  363. #ᰜᰜᰜᰜᰜᰜ Navigating Workspaces ᰜᰜᰜᰜᰜᰜ#
  364.  
  365. # Navigate to Next / Previous Workspace
  366. bindsym Mod1+Shift+Tab workspace prev
  367. bindsym Mod1+Tab workspace next
  368. bindsym Mod1+Ctrl+Left workspace prev
  369. bindsym Mod1+Ctrl+Right workspace next
  370. bindsym $mod+Tab workspace back_and_forth
  371.  
  372. # Switch to workspace with urgent window automatically
  373. for_window [urgent=latest] focus
  374.  
  375. # Switch back to previous workspace by pressing the same keybinding used to switch from it
  376. workspace_auto_back_and_forth yes
  377.  
  378. #########################################
  379. #ᰜᰜᰜᰜᰜᰜ Tiling Parameters ᰜᰜᰜᰜᰜᰜ#
  380.  
  381. # workspace_layout default|stacking|tabbed
  382. workspace_layout default
  383.  
  384. # orientation for new workspaces
  385. default_orientation horizontal
  386. # split in horizontal orientation
  387. bindsym $mod+h split h
  388. # split in vertical orientation
  389. bindsym $mod+v split v
  390.  
  391. # enter fullscreen mode for the focused container
  392. bindsym $mod+f fullscreen toggle
  393.  
  394. # change container layout (stacked, tabbed, toggle split)
  395. bindsym $mod+s layout stacking
  396. bindsym $mod+z layout tabbed
  397. bindsym $mod+e layout toggle split
  398.  
  399. # change focus between tiling / floating windows
  400. bindsym $mod+space focus mode_toggle
  401.  
  402. # focus the parent container
  403. bindsym $mod+a focus parent
  404. # focus the child "HHVH"
  405. bindsym $mod+d focus child
  406.  
  407. ##########################################
  408. #ᰜᰜᰜᰜᰜᰜ Application focus ᰜᰜ ᰜᰜᰜᰜ#
  409.  
  410. focus_on_window_activation smart
  411.  
  412. #####################################################
  413. #ᰜᰜᰜᰜᰜᰜ Workspace Switching Functions ᰜᰜᰜᰜᰜᰜ#
  414.  
  415. # Switch to workspace
  416. bindsym $mod+1 workspace $ws1
  417. bindsym $mod+2 workspace $ws2
  418. bindsym $mod+3 workspace $ws3
  419. bindsym $mod+4 workspace $ws4
  420. bindsym $mod+5 workspace $ws5
  421. bindsym $mod+6 workspace $ws6
  422. bindsym $mod+7 workspace $ws7
  423. bindsym $mod+8 workspace $ws8
  424. bindsym $mod+9 workspace $ws9
  425. bindsym $mod+0 workspace $ws10
  426. bindsym $mod+minus workspace $ws11
  427. bindsym $mod+equal workspace $ws12
  428. bindsym $mod+bracketleft workspace $ws13
  429. bindsym $mod+bracketright workspace $ws14
  430.  
  431. # Move focused container to workspace
  432. bindsym $mod+Shift+1 move container to workspace $ws1; workspace $ws1
  433. bindsym $mod+Shift+2 move container to workspace $ws2; workspace $ws2
  434. bindsym $mod+Shift+3 move container to workspace $ws3; workspace $ws3
  435. bindsym $mod+Shift+4 move container to workspace $ws4; workspace $ws4
  436. bindsym $mod+Shift+5 move container to workspace $ws5; workspace $ws5
  437. bindsym $mod+Shift+6 move container to workspace $ws6; workspace $ws6
  438. bindsym $mod+Shift+7 move container to workspace $ws7; workspace $ws7
  439. bindsym $mod+Shift+8 move container to workspace $ws8; workspace $ws8
  440. bindsym $mod+Shift+9 move container to workspace $ws9; workspace $ws9
  441. bindsym $mod+Shift+0 move container to workspace $ws10; workspace $ws10
  442. bindsym $mod+Shift+minus move container to workspace $ws11; workspace $ws11
  443. bindsym $mod+Shift+equal move container to workspace $ws12; workspace $ws12
  444. bindsym $mod+Shift+bracketleft move container to workspace $ws13; workspace $ws13
  445. bindsym $mod+Shift+bracketright move container to workspace $ws14; workspace $ws14
  446.  
  447. ######################################
  448. #ᰜᰜᰜᰜᰜᰜ Border Control ᰜᰜᰜᰜᰜᰜ#
  449.  
  450. # default_border normal | none | pixel
  451. default_border pixel 4
  452. # default_floating_border normal | none| pixel
  453. default_floating_border pixel 6
  454.  
  455. # hide_edge_borders none|vertical|horizontal|both|smart
  456. hide_edge_borders none
  457. bindsym $mod+shift+b exec --no-startup-id i3-msg border toggle
  458.  
  459. # changing border style
  460. bindsym $mod+t border normal
  461. bindsym $mod+y border 1pixel
  462. bindsym $mod+u border none
  463.  
  464. new_window pixel 4
  465. # new_window normal | new_window none
  466.  
  467. new_float pixel 6
  468. # new_float normal | none
  469.  
  470. ##### i3-gaps ##############
  471. for_window [class=".*"] border pixel 6
  472. gaps inner 6
  473. gaps outer 6
  474. #gaps horizontal 2
  475.  
  476. ################# i3-radius #######################
  477. smart_borders on
  478. smart_borders no_gaps
  479. border_radius 7
  480.  
  481. ##############################################
  482. #ᰜᰜᰜᰜᰜᰜ Variety for Wallpapers ᰜᰜᰜᰜᰜᰜ#
  483.  
  484. # exec --no-startup-id variety
  485. for_window [class="Variety"] floating enable
  486. for_window [instance="Variety Preferences"] floating enable
  487.  
  488. # trash wallpaper
  489. bindsym mod1+t exec --no-startup-id variety -t
  490. # next wallpaper
  491. bindsym mod1+n exec --no-startup-id variety -n
  492. bindsym mod1+Right exec --no-startup-id variety -n
  493. # previous wallpaper
  494. bindsym mod1+p exec --no-startup-id variety -p
  495. bindsym mod1+Left exec --no-startup-id variety -p
  496. # favorite wallpaper
  497. bindsym mod1+f exec --no-startup-id variety -f
  498. # pause wallpaper
  499. bindsym mod1+Up exec --no-startup-id variety --pause
  500. # resume wallpaper
  501. bindsym mod1+Down exec --no-startup-id variety --resume
  502.  
  503. #ᰜᰜᰜᰜᰜᰜ Variety with Pywal ᰜᰜᰜᰜᰜᰜ#
  504.  
  505. # next wallpaper
  506. bindsym mod1+Shift+n exec --no-startup-id variety -n && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  507. # previous wallpaper
  508. bindsym mod1+Shift+p exec --no-startup-id variety -p && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  509. # trash wallpaper
  510. bindsym mod1+Shift+t exec --no-startup-id variety -t && wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)&
  511. # update wallpaper
  512. bindsym mod1+Shift+u exec --no-startup-id wal -i $(cat $HOME/.config/variety/wallpaper/wallpaper.jpg.txt)
  513.  
  514. #ᰜᰜᰜᰜᰜᰜ The End - Now Start Again ᰜᰜᰜᰜᰜᰜ#
  515. #########################################################################################
  516.  
  517. # All these words are empty baskets
  518. # Carried to the market square
  519. # Trading truth and lies in barter
  520. # Warranting warn buyer beware
  521.  
  522. # All these words are reeds I wove
  523. # Taught to hold my pauper’s share
  524. # Show me yours before and after
  525. # Out in the open we may compare
  526.  
  527. # All these words are on the table
  528. # Yoked to folly the shell game starts
  529. # Trick the eye they who are able
  530. # Cunning those the same the heart
  531.  
  532. # All these words are fruits of labour
  533. # Bounty’s grace on harvest’s day
  534. # Test taste and judge the many flavours
  535. # Fill your need be on your way
  536.  
  537. # All these words so meet and proper
  538. # Morning meals served hot or cold
  539. # Savour meaning old sharecropper
  540. # Recall the stories you were told
  541.  
  542. # All these words are open caskets
  543. # Life goes on even nothing’s fair
  544. # Gather seeds for ever after
  545. # Till the breach sow to repair
  546.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement