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