Update dotfiles
This commit is contained in:
parent
7ab6ef170d
commit
e17366812f
2 changed files with 4 additions and 1 deletions
|
@ -4,6 +4,9 @@ draw_bold_text_with_bright_colors = true
|
|||
[env]
|
||||
TERM = "xterm-256color"
|
||||
|
||||
[terminal]
|
||||
shell = "/bin/zsh"
|
||||
|
||||
[font]
|
||||
size = 11.0
|
||||
|
||||
|
|
|
@ -194,7 +194,7 @@ bindsym $mod+Mod1+r reload
|
|||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||
bindsym $mod+Shift+r restart
|
||||
# exit i3 (logs you out of your X session)
|
||||
bindsym $mod+Shift+e exec "bash /home/vylpes/.cache/scripts/power.sh"
|
||||
bindsym $mod+Shift+e exec "bash /home/vylpes/scripts/system/power.sh"
|
||||
|
||||
# resize window (you can also use the mouse for that)
|
||||
mode "resize" {
|
||||
|
|
Loading…
Reference in a new issue