mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-06-20 04:30:53 +02:00
lockscreen
This commit is contained in:
@@ -32,14 +32,14 @@ autostart() {
|
||||
run "xmodmap" "$HOME/.Xmodmap"
|
||||
|
||||
# Display
|
||||
run "nvidia-settings --load-config-only"
|
||||
# run "nvidia-settings --load-config-only"
|
||||
run "dunst"
|
||||
run "picom"
|
||||
run "zsh $HOME/.config/polybar/launch.sh"
|
||||
run "nitrogen --restore"
|
||||
run "unclutter --timeout 5 --jitter 5 --ignore-scrolling"
|
||||
run "light-locker"
|
||||
run "sleep 5; xsnow -snowflakes 50 -notrees"
|
||||
# run "light-locker"
|
||||
# run "sleep 5; xsnow -snowflakes 50 -notrees"
|
||||
|
||||
# Audio
|
||||
run "zsh -c 'pactl unload-module module-role-cork'"
|
||||
@@ -50,11 +50,11 @@ autostart() {
|
||||
run "yadm submodule update --recursive"
|
||||
|
||||
# Misc
|
||||
run "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1"
|
||||
# run "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1"
|
||||
run "rfkill unblock bluetooth"
|
||||
run "blueberry-tray"
|
||||
run "nextcloud"
|
||||
run "glances -w -p 60000"
|
||||
# run "glances -w -p 60000"
|
||||
|
||||
# Network
|
||||
run "nm-applet"
|
||||
|
||||
+8
-8
@@ -101,8 +101,8 @@ bindsym $mod+comma exec --no-startup-id "playerctl previous"
|
||||
# Screen
|
||||
|
||||
# Quick Lock
|
||||
bindsym $mod+l exec --no-startup-id "light-locker-command -l"
|
||||
#bindsym $mod+l exec --no-startup-id bash ~/Userdata/Scripts/Display/glitchlock/glitchlock.sh lock
|
||||
#bindsym $mod+l exec --no-startup-id "lxqt-leave --lockscreen"
|
||||
bindsym $mod+l exec --no-startup-id bash ~/Userdata/Scripts/Display/glitchlock/glitchlock.sh lock
|
||||
|
||||
# Hide / Unhide statusbar
|
||||
bindsym $mod+m exec --no-startup-id polybar-msg cmd toggle
|
||||
@@ -292,12 +292,12 @@ bindsym $mod+Ctrl+o exec --no-startup-id "sh ~/.config/polybar/launch.sh"
|
||||
bindsym $mod+Escape mode "$mode_system"
|
||||
set $mode_system | [s]hutdown , [r]eboot , [p]owersave , [h]ibernate , [l]ock , [e]xit
|
||||
mode "$mode_system" {
|
||||
bindsym s exec --no-startup-id bash ~/Userdata/Scripts/Display/glitchlock/glitchlock.sh shutdown, mode "default"
|
||||
bindsym r exec --no-startup-id bash ~/Userdata/Scripts/Display/glitchlock/glitchlock.sh reboot, mode "default"
|
||||
bindsym p exec --no-startup-id bash ~/Userdata/Scripts/Display/glitchlock/glitchlock.sh suspend, mode "default"
|
||||
bindsym h exec --no-startup-id bash ~/Userdata/Scripts/Display/glitchlock/glitchlock.sh hibernate, mode "default"
|
||||
bindsym l exec --no-startup-id bash ~/Userdata/Scripts/Display/glitchlock/glitchlock.sh lock, mode "default"
|
||||
bindsym e exec --no-startup-id bash ~/Userdata/Scripts/Display/glitchlock/glitchlock.sh logout, mode "default"
|
||||
bindsym s exec --no-startup-id ~/Scripts/Display/glitchlock/glitchlock.sh shutdown, mode "default"
|
||||
bindsym r exec --no-startup-id ~/Scripts/Display/glitchlock/glitchlock.sh reboot, mode "default"
|
||||
bindsym p exec --no-startup-id ~/Scripts/Display/glitchlock/glitchlock.sh suspend, mode "default"
|
||||
bindsym h exec --no-startup-id ~/Scripts/Display/glitchlock/glitchlock.sh hibernate, mode "default"
|
||||
bindsym l exec --no-startup-id ~/Scripts/Display/glitchlock/glitchlock.sh lock, mode "default"
|
||||
bindsym e exit, mode "default"
|
||||
|
||||
# exit system mode: "Enter" or "Escape"
|
||||
bindsym Return mode "default"
|
||||
|
||||
Reference in New Issue
Block a user