mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2025-07-17 13:41:50 +03:00
Configure i3lock-color
This commit is contained in:
@ -24,7 +24,7 @@ font pango:monospace 8
|
||||
|
||||
# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
|
||||
# screen before suspend. Use loginctl lock-session to lock your screen.
|
||||
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
||||
# exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
||||
|
||||
# NetworkManager is the most popular way to manage wireless networks on Linux,
|
||||
# and nm-applet is a desktop environment-independent system tray GUI for it.
|
||||
@ -72,6 +72,8 @@ bindsym $mod+Shift+e exec $rofi powermenu
|
||||
bindsym --release Print exec maim -u ~/Pictures/Screenshots/`date +%Y-%m-%d_%H:%M:%S`.png
|
||||
bindsym --release Shift+Print exec -u maim -s ~/Pictures/Screenshots/`date +%Y-%m-%d_%H:%M:%S`.png
|
||||
|
||||
bindsym $mod+Ctrl+l exec --no-startup-id ~/scripts/misc/i3-lock.sh
|
||||
|
||||
|
||||
# Bind brightness keys to light interface
|
||||
bindsym XF86MonBrightnessUp exec light -A 5
|
||||
|
Reference in New Issue
Block a user