Advertisement
poetician

i3 ArcoLinux | Polybar | Atom Opens Multiple Files

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