minor fix polybar+launch script, i3 now uses polybar, xinit polkit
This commit is contained in:
parent
25410d0319
commit
e322da2b6d
5 changed files with 27 additions and 8 deletions
|
@ -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
|
||||
#}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue