Skip to content

Commit

Permalink
Removed all occurences of swaylock
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu AMET committed Oct 9, 2024
1 parent 8d3aeb0 commit a80269c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Configs/.config/hypr/userprefs.t2
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ bind = $mainMod+Shift, G, exec, pkill -x rofi || $scrPath/gamelauncher.sh # laun
# █░░ ▄▀█ █░█ █▄░█ █▀▀ █░█
# █▄▄ █▀█ █▄█ █░▀█ █▄▄ █▀█

# exec-once = swayidle -w timeout 600 'swaylock' timeout 900 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' # lock after 10 mins, sleep after 15 mins // install swayidle
# exec-once = swayidle -w timeout 1200 'swaylock; hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' timeout 1800 'systemctl suspend' # lock and sleep after 20 mins, suspend after 30 mins // install swayidle
# exec-once = swayidle -w timeout 600 'hyprlock' timeout 900 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' # lock after 10 mins, sleep after 15 mins // install swayidle
# exec-once = swayidle -w timeout 1200 'hyprlock; hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' timeout 1800 'systemctl suspend' # lock and sleep after 20 mins, suspend after 30 mins // install swayidle
# exec-once = libinput-gestures // install libinput-gestures
# exec-once = swayosd-server # enable swayosd service
# exec-once = `pkexec swayosd-libinput-backend` # swayosd service for keyboard input (requires to be run in a subshell)
Expand Down
4 changes: 2 additions & 2 deletions Configs/.config/wlogout/layout_1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label" : "lock",
"action" : "swaylock",
"action" : "hyprlock",
"text" : "Lock",
"keybind" : "l"
}
Expand All @@ -14,7 +14,7 @@

{
"label" : "suspend",
"action" : "swaylock -f && systemctl suspend",
"action" : "hyprlock -f && systemctl suspend",
"text" : "Suspend",
"keybind" : "u"
}
Expand Down
2 changes: 1 addition & 1 deletion Configs/.config/wlogout/layout_2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label" : "lock",
"action" : "swaylock",
"action" : "hyprlock",
"text" : "Lock",
"keybind" : "l"
}
Expand Down
2 changes: 1 addition & 1 deletion Scripts/restore_cfg.lst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ N|Y|${HOME}/.config|fish|fish
N|Y|${HOME}/.config|lsd|lsd
Y|Y|${HOME}/.config/hyde|wallbash|hyprland
Y|Y|${HOME}/.config/hypr|animations.conf hyprland.conf windowrules.conf hyprlock.conf themes|hyprland
N|Y|${HOME}/.config/hypr|hyprlock.conf|hyprlock
N|Y|${HOME}/.config/hypr|keybindings.conf monitors.conf userprefs.conf|hyprland
N|Y|${HOME}/.config|.face|hyprland
N|Y|${HOME}/.config/hypr|nvidia.conf|hyprland nvidia-utils
Expand All @@ -18,7 +19,6 @@ Y|Y|${HOME}/.config|fastfetch|fastfetch
Y|Y|${HOME}/.config|qt5ct|qt5ct
Y|Y|${HOME}/.config|qt6ct|qt6ct
Y|Y|${HOME}/.config|rofi|rofi
Y|Y|${HOME}/.config|swaylock|swaylock-effects
Y|Y|${HOME}/.config/waybar|modules config.jsonc style.css theme.css|waybar
Y|Y|${HOME}/.config/waybar|config.ctl|waybar
Y|Y|${HOME}/.config|wlogout|wlogout
Expand Down

0 comments on commit a80269c

Please sign in to comment.