diff options
author | xengineering <me@xengineering.eu> | 2022-05-09 17:40:09 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-05-09 17:40:09 +0200 |
commit | a45a4edb11de5f9133d8babd18922737504216cb (patch) | |
tree | 725ebe89c7e3964e3409793b6cabe1e3c9b5851e | |
parent | b07b03a667b43e8da91abced2494ae25331b30d9 (diff) | |
download | dotfiles-a45a4edb11de5f9133d8babd18922737504216cb.tar dotfiles-a45a4edb11de5f9133d8babd18922737504216cb.tar.zst dotfiles-a45a4edb11de5f9133d8babd18922737504216cb.zip |
Enable more info on swaylock lock screen
-rw-r--r-- | .config/sway/config | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/sway/config b/.config/sway/config index 4260802..011da65 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -71,9 +71,9 @@ include ~/.config/sway/setup bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5% bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle - # Brightness Controls - bindsym XF86MonBrightnessDown exec brightnessctl set 5%- - bindsym XF86MonBrightnessUp exec brightnessctl set +5% + # Brightness Controls + bindsym XF86MonBrightnessDown exec brightnessctl set 5%- + bindsym XF86MonBrightnessUp exec brightnessctl set +5% # Media player controls bindsym XF86AudioPlay exec playerctl play-pause bindsym XF86AudioNext exec playerctl next @@ -89,8 +89,8 @@ include ~/.config/sway/setup # Reload the configuration file bindsym $mod+Shift+c reload - # Lock the screen - bindsym $mod+Escape exec swaylock -i ~/lockimage + # Lock the screen + bindsym $mod+Escape exec swaylock -l -k -i ~/lockimage # Exit sway (logs you out of your Wayland session) bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit' @@ -214,7 +214,7 @@ bindsym $mod+r mode "resize" bar { position top - swaybar_command waybar + swaybar_command waybar colors { statusline #ffffff |