From b50fec72ef7f20391da34d0fcdd17ee0ab1cc933 Mon Sep 17 00:00:00 2001 From: benj Date: Fri, 11 Jun 2021 21:43:52 -0700 Subject: lockscreen background; use backlightctl; i3lock-color --- des/i3/config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'des/i3/config') diff --git a/des/i3/config b/des/i3/config index 661de3e..085f814 100644 --- a/des/i3/config +++ b/des/i3/config @@ -28,9 +28,6 @@ exec --no-startup-id compton --config ~/.config/compton.conf -b # The combination of xss-lock, nm-applet and pactl is a popular choice, so # they are included here as an example. Modify as you see fit. -# Lock screen with i3lock and custom wallpaper -exec --no-startup-id /usr/local/bin/i3lock - ## Allow yad to float for i3bar calendar for_window [class="Yad"] floating enable @@ -43,9 +40,9 @@ bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5% && pkill -SIGRTMIN+10 i3blocks bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && pkill -SIGRTMIN+10 i3blocks -# Use change_brightness (in .setup dir) to adjust backlight -bindsym XF86MonBrightnessUp exec --no-startup-id change_brightness -i 50 && pkill -SIGRTMIN+9 i3blocks -bindsym XF86MonBrightnessDown exec --no-startup-id change_brightness -d 50 && pkill -SIGRTMIN+9 i3blocks +# Use https://github.com/Hummer12007/brightnessctl to adjust backlight +bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl set +5% && pkill -SIGRTMIN+9 i3blocks +bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 5%- && pkill -SIGRTMIN+9 i3blocks # Use format_displays (in .setup dir) to configure external displays bindsym XF86LaunchA exec --no-startup-id format_displays @@ -68,6 +65,9 @@ bindsym $mod+q kill bindsym $mod+space exec --no-startup-id rofi -lines 5 -padding 18 -width 60 -location 0 -show drun -sidebar-mode -columns 3 -font 'Source Code Pro 18' bindsym $mod+Tab exec --no-startup-id rofi -lines 5 -padding 18 -width 60 -location 0 -show window -sidebar-mode -columns 4 -font 'Source Code Pro 18' +# Lock screen +bindsym $mod+F9 exec --no-startup-id "~/.setup/des/i3/i3lock-color-custom.sh" + # change focus bindsym $mod+h focus left bindsym $mod+j focus down -- cgit v1.2.3