i3: Disable i3lock
Plasma's built-in lock works just fine
This commit is contained in:
parent
711ba60286
commit
0c69bb8845
@ -60,14 +60,14 @@ exec_always --no-startup-id "killall polybar; sleep 1; polybar -r gamma"
|
|||||||
#exec --no-startup-id "redshift"
|
#exec --no-startup-id "redshift"
|
||||||
#exec_always --no-startup-id "compton --config ~/.config/compton.conf"
|
#exec_always --no-startup-id "compton --config ~/.config/compton.conf"
|
||||||
#exec_always --no-startup-id "dunst"
|
#exec_always --no-startup-id "dunst"
|
||||||
exec_always --no-startup-id "feh --randomize --bg-tile ~/Pictures/Wallpapers/i3"
|
exec_always --no-startup-id "feh --randomize --bg-fill ~/Pictures/Wallpapers/i3"
|
||||||
#exec_always --no-startup-id "xfce4-power-manager"
|
#exec_always --no-startup-id "xfce4-power-manager"
|
||||||
#exec --no-startup-id "xfce4-volumed-pulse"
|
#exec --no-startup-id "xfce4-volumed-pulse"
|
||||||
#exec_always --no-startup-id "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1"
|
#exec_always --no-startup-id "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1"
|
||||||
#exec --no-startup-id "mopidy"
|
#exec --no-startup-id "mopidy"
|
||||||
#exec --no-startup-id "syncthing -no-browser"
|
#exec --no-startup-id "syncthing -no-browser"
|
||||||
|
|
||||||
bindsym $mod+$shift+w exec --no-startup-id "feh --randomize --bg-tile ~/Pictures/Wallpapers/i3"
|
bindsym $mod+$shift+w exec --no-startup-id "feh --randomize --bg-fill ~/Pictures/Wallpapers/i3"
|
||||||
|
|
||||||
###################
|
###################
|
||||||
## Settings
|
## Settings
|
||||||
@ -228,7 +228,7 @@ bindsym $mod+$shift+r restart
|
|||||||
#bindsym $mod+$shift+e exit
|
#bindsym $mod+$shift+e exit
|
||||||
|
|
||||||
# lock the screen
|
# lock the screen
|
||||||
bindsym $sup+l exec "i3lock -i $HOME/.i3lock -c 1d2021"
|
#bindsym $sup+l exec "i3lock -i $HOME/.i3lock -c 1d2021"
|
||||||
|
|
||||||
# resize window (you can also use the mouse for that)
|
# resize window (you can also use the mouse for that)
|
||||||
mode "resize" {
|
mode "resize" {
|
||||||
|
Loading…
Reference in New Issue
Block a user