Skip to content

Commit

Permalink
Update arch_inst_desktop.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhills authored Dec 9, 2022
1 parent acf5e3b commit bea184c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch_inst_desktop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ function setup_i3wm() {
echo '#for_window [class="Chromium"] floating disable' >> $HOME/.config/i3/config

sed -i '/^# kill focused window/abindsym Mod1+Shift+x exec xdotool getwindowfocus windowkill'

echo 'bindsym Mod1+Control+Shift+s exec systemctl suspend' >> $HOME/.config/i3/config
echo 'bindsym Mod1+Control+Shift+h exec systemctl hibernate' >> $HOME/.config/i3/config
}

function setup_i3blocks() {
Expand Down

0 comments on commit bea184c

Please sign in to comment.