xautolock fix, and a better path to vdstatus
This commit is contained in:
parent
4797500cd8
commit
964a9e5728
1 changed files with 2 additions and 2 deletions
|
@ -129,7 +129,7 @@ bindsym $mod+Control+r restart
|
||||||
# exit i3 (logs you out of your X session)
|
# exit i3 (logs you out of your X session)
|
||||||
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'"
|
||||||
# lock screen
|
# lock screen
|
||||||
bindsym $mod+z exec "/home/von/vscripts/lock-screen"
|
bindsym $mod+z exec "xautolock -locknow"
|
||||||
|
|
||||||
# resize window (you can also use the mouse for that)
|
# resize window (you can also use the mouse for that)
|
||||||
mode "resize" {
|
mode "resize" {
|
||||||
|
@ -161,7 +161,7 @@ bindsym $mod+r mode "resize"
|
||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
bar {
|
bar {
|
||||||
position top
|
position top
|
||||||
status_command /home/von/.local/bin/i3_status
|
status_command /home/von/vdstatus/vdstatus
|
||||||
}
|
}
|
||||||
|
|
||||||
workspace_layout tabbed
|
workspace_layout tabbed
|
||||||
|
|
Loading…
Reference in a new issue