minor fix polybar+launch script, i3 now uses polybar, xinit polkit

This commit is contained in:
Tiago Sousa 2023-05-13 19:44:40 +01:00
parent 25410d0319
commit e322da2b6d
5 changed files with 27 additions and 8 deletions

View file

@ -199,6 +199,11 @@ mode "resize" {
}
bindsym $mod+r mode "resize"
# window settings
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
@ -212,12 +217,13 @@ bindsym $mod+Shift+e mode "Power menu: [e]xit i3 | [S-s]hutdown | [s]uspend | [r
exec --no-startup-id nitrogen --restore
exec --no-startup-id i3-msg 'workspace 2; exec firefox; workspace 1; exec alacritty'
exec --no-startup-id i3-msg 'workspace 5; exec discord'
exec --no-startup-id picom -b
exec_always --no-startup-id ~/.config/polybar/launch.sh
assign [class="discord"] $ws5
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
bar {
status_command i3status
position top
}
#bar {
# status_command i3status
# position top
#}