Skip to content

Commit

Permalink
Update arch_inst_desktop.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ahillss authored May 31, 2024
1 parent 868a6fe commit b351efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch_inst_desktop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function setup_i3wm() {
echo 'for_window [title="File Operation Progress"] floating enable' >> $HOME/.config/i3/config
echo '#for_window [class="Chromium"] floating disable' >> $HOME/.config/i3/config

sed -i '/^# kill focused window/abindsym Mod1+Shift+x exec xdotool getwindowfocus windowkill'
sed -i '/^# kill focused window/abindsym Mod1+Shift+x exec xdotool getwindowfocus windowkill' $HOME/.config/i3/config

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
Expand Down

0 comments on commit b351efb

Please sign in to comment.