mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Made some minor tweaks to i3 config
This commit is contained in:
parent
32df886eea
commit
abb9bd08fc
@ -3,6 +3,7 @@ cf ~/.config
|
|||||||
d ~/downloads
|
d ~/downloads
|
||||||
gh ~/github
|
gh ~/github
|
||||||
h ~/
|
h ~/
|
||||||
|
l ~/.local/bin
|
||||||
mn /mnt
|
mn /mnt
|
||||||
psc ~/.local/bin/polybar_scripts
|
psc ~/.local/bin/polybar_scripts
|
||||||
pp ~/pictures
|
pp ~/pictures
|
||||||
|
|||||||
@ -4,10 +4,8 @@ bw ~/.config/bookmarks
|
|||||||
cfa ~/.config/aliasrc
|
cfa ~/.config/aliasrc
|
||||||
cfd ~/.Xdefaults
|
cfd ~/.Xdefaults
|
||||||
cfi ~/.config/i3/config
|
cfi ~/.config/i3/config
|
||||||
cfk ~/.config/sxhkd/sxhkdrc
|
|
||||||
cfm ~/.config/mutt/muttrc
|
cfm ~/.config/mutt/muttrc
|
||||||
cfp ~/.config/polybar/config
|
cfp ~/.config/polybar/config
|
||||||
cfs ~/.config/sxhkd/sxhkdrc
|
|
||||||
cft ~/.tmux.conf
|
cft ~/.tmux.conf
|
||||||
cfv ~/.config/nvim/init.vim
|
cfv ~/.config/nvim/init.vim
|
||||||
cfz ~/.config/zsh/.zshrc
|
cfz ~/.config/zsh/.zshrc
|
||||||
|
|||||||
@ -6,10 +6,13 @@
|
|||||||
# #---Polybar---# #
|
# #---Polybar---# #
|
||||||
exec_always --no-startup-id launch_polybar
|
exec_always --no-startup-id launch_polybar
|
||||||
|
|
||||||
|
set $inner_gap 10
|
||||||
|
set $outer_gap 5
|
||||||
|
|
||||||
# #---Basic Definitions---# #
|
# #---Basic Definitions---# #
|
||||||
for_window [class="^.*"] border pixel 2
|
for_window [class="^.*"] border pixel 2
|
||||||
gaps inner 0
|
gaps inner $inner_gap
|
||||||
gaps outer 0
|
gaps outer $outer_gap
|
||||||
set $term --no-startup-id $TERMINAL
|
set $term --no-startup-id $TERMINAL
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
set $netrefresh --no-startup-id sudo -A systemctl restart NetworkManager
|
set $netrefresh --no-startup-id sudo -A systemctl restart NetworkManager
|
||||||
@ -100,7 +103,7 @@ bindsym $mod+s gaps inner current plus 5
|
|||||||
bindsym $mod+Shift+s gaps inner current minus 5
|
bindsym $mod+Shift+s gaps inner current minus 5
|
||||||
# T
|
# T
|
||||||
bindsym $mod+t split toggle
|
bindsym $mod+t split toggle
|
||||||
bindsym $mod+Shift+t gaps inner current set 15; gaps outer current set 15
|
bindsym $mod+Shift+t gaps inner current set $inner_gap; gaps outer current set $outer_gap
|
||||||
# U
|
# U
|
||||||
bindsym $mod+u exec --no-startup-id ddspawn tmuxdd
|
bindsym $mod+u exec --no-startup-id ddspawn tmuxdd
|
||||||
bindsym $mod+Shift+u exec --no-startup-id i3resize down
|
bindsym $mod+Shift+u exec --no-startup-id i3resize down
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user