tinker with i3
This commit is contained in:
parent
c841da1ff7
commit
02e9132ed1
1 changed files with 5 additions and 0 deletions
|
@ -212,6 +212,9 @@ bar {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Remove title bar
|
||||||
|
default_border pixel
|
||||||
|
|
||||||
# Lock screen
|
# Lock screen
|
||||||
bindsym $mod+Ctrl+l exec --no-startup-id "sh ~/.config/i3/lock.sh # && xset dpms force off"
|
bindsym $mod+Ctrl+l exec --no-startup-id "sh ~/.config/i3/lock.sh # && xset dpms force off"
|
||||||
|
|
||||||
|
@ -243,3 +246,5 @@ exec --no-startup-id "sh ~/.screenlayout/no_external.sh"
|
||||||
bindsym $mod+w exec --no-startup-id "feh --no-fehbg --bg-fill --randomize ~/.config/wallpapers/*"
|
bindsym $mod+w exec --no-startup-id "feh --no-fehbg --bg-fill --randomize ~/.config/wallpapers/*"
|
||||||
# Dolphin
|
# Dolphin
|
||||||
#bindsym $mod+Tab exec --no-startup-id dolphin
|
#bindsym $mod+Tab exec --no-startup-id dolphin
|
||||||
|
|
||||||
|
for_window [class="kronometer"] floating enable
|
||||||
|
|
Loading…
Reference in a new issue