From a45a4edb11de5f9133d8babd18922737504216cb Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 9 May 2022 17:40:09 +0200 Subject: Enable more info on swaylock lock screen --- .config/sway/config | 12 ++++++------ 1 file 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 -- cgit v1.2.3-70-g09d2