fixed boarder and adde network manager to keycombination
This commit is contained in:
parent
82e3ba3d83
commit
f673d76fda
|
@ -178,7 +178,7 @@ bindsym $mod+Shift+d --release exec --no-startup-id "killall dunst && dunstify -
|
||||||
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"
|
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"
|
||||||
bindsym $mod+$alt+l exec bash ~/.config/i3/lockscreen.sh
|
bindsym $mod+$alt+l exec bash ~/.config/i3/lockscreen.sh
|
||||||
bindsym $mod+$alt+k exec "bash ~/.config/i3/lockscreen.sh && systemctl suspend"
|
bindsym $mod+$alt+k exec "bash ~/.config/i3/lockscreen.sh && systemctl suspend"
|
||||||
bindsym $mod+$alt+n exec networkmanager_dmenu
|
bindsym $mod+$alt+n exec sudo networkmanager_dmenu
|
||||||
|
|
||||||
# resize window (you can also use the mouse for that)
|
# resize window (you can also use the mouse for that)
|
||||||
mode "resize" {
|
mode "resize" {
|
||||||
|
@ -213,7 +213,7 @@ exec_always "bash $HOME/.config/polybar/launch.sh"
|
||||||
|
|
||||||
#colors: border backgr. text indicator
|
#colors: border backgr. text indicator
|
||||||
client.focused #C90E6F #C90E6F #ffffff #C90E6F
|
client.focused #C90E6F #C90E6F #ffffff #C90E6F
|
||||||
client.focused_inactive #4D4D4D #2b2b2b #ffffff #C90E6F
|
client.focused_inactive #4D4D4D #2b2b2b #ffffff #2b2b2b
|
||||||
client.unfocused #4D4D4D #2b2b2b #ffffff #C90E6F
|
client.unfocused #4D4D4D #2b2b2b #ffffff #C90E6F
|
||||||
client.urgent #900000 #900000 #ffffff #C90E6F
|
client.urgent #900000 #900000 #ffffff #C90E6F
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue