This commit is contained in:
Tiago Sousa 2023-09-25 09:28:14 +01:00
parent c0a675747e
commit 3d956c71dc
5 changed files with 22 additions and 22 deletions

View file

@ -210,24 +210,30 @@ bindsym $mod+r mode "resize"
gaps inner 10
gaps top 40
mode "Power menu: [e]xit i3 | [S-s]hutdown | [s]uspend | [r]eboot" {
bindsym $mod+e exec --no-startup-id i3-msg exit
bindsym $mod+Shift+s exec shutdown -h now
bindsym $mod+r exec reboot
bindsym $mod+s exec systemctl suspend
bindsym Return mode "default"
bindsym Escape mode "default"
}
bindsym $mod+Shift+e mode "Power menu: [e]xit i3 | [S-s]hutdown | [s]uspend | [r]eboot"
# anchor programs to specific workspaces
assign [class="^tidal-hifi$"] 4
# startup programs
exec --no-startup-id nextcloud
exec --no-startup-id nitrogen --restore
exec --no-startup-id i3-msg 'workspace 2; exec firefox; workspace 1; exec alacritty'
exec --no-startup-id picom -b
exec_always --no-startup-id ~/.config/polybar/launch.sh
#mode "Power menu: [e]xit i3 | [S-s]hutdown | [s]uspend | [r]eboot" {
# bindsym $mod+e exec --no-startup-id i3-msg exit
# bindsym $mod+Shift+s exec shutdown -h now
# bindsym $mod+r exec reboot
# bindsym $mod+s exec systemctl suspend
#
# bindsym Return mode "default"
# bindsym Escape mode "default"
#}
#bindsym $mod+Shift+e mode "Power menu: [e]xit i3 | [S-s]hutdown | [s]uspend | [r]eboot"
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
#bar {
# status_command i3status
# position top