config.fish and working lockscreen
This commit is contained in:
parent
def52877df
commit
104570da9c
2 changed files with 6 additions and 8 deletions
1
dotfiles/.config/fish/config.fish
Normal file
1
dotfiles/.config/fish/config.fish
Normal file
|
@ -0,0 +1 @@
|
||||||
|
neofetch
|
|
@ -17,14 +17,11 @@ set $right l
|
||||||
set $term foot
|
set $term foot
|
||||||
|
|
||||||
# Lockscreen
|
# Lockscreen
|
||||||
#set $lock swaylock -c 550000
|
set $lock swaylock -f --screenshots --clock --indicator --indicator-radius 100 --indicator-thickness 7 --effect-blur 7x5 --effect-vignette 0.5:0.5 --ring-color bb00cc --key-hl-color 880033 --line-color 00000000 --inside-color 00000088 --separator-color 00000000 --grace 2 --fade-in 0.2
|
||||||
set $lock swaylock --screenshots --clock --indicator --indicator-radius 100 --indicator-thickness 7 --effect-blur 7x5 --effect-vignette 0.5:0.5 --ring-color bb00cc --key-hl-color 880033 --line-color 00000000 --inside-color 00000088 --separator-color 00000000 --grace 2 --fade-in 0.2
|
|
||||||
exec swayidle -w \
|
|
||||||
timeout 600 $lock \
|
|
||||||
timeout 570 'swaymsg "output * dpms off"' \
|
|
||||||
resume 'swaymsg "output * dpms on"' \
|
|
||||||
before-sleep $lock
|
|
||||||
|
|
||||||
|
exec swayidle timeout 570 'swaylock -f --screenshots --clock --indicator --indicator-radius 100 --indicator-thickness 7 --effect-blur 7x5 --effect-vignette 0.5:0.5 --ring-color bb00cc --key-hl-color 880033 --line-color 00000000 --inside-color 00000088 --separator-color 00000000 --grace 2 --fade-in 0.2' timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f --screenshots --clock --indicator --indicator-radius 100 --indicator-thickness 7 --effect-blur 7x5 --effect-vignette 0.5:0.5 --ring-color bb00cc --key-hl-color 880033 --line-color 00000000 --inside-color 00000088 --separator-color 00000000 --grace 2 --fade-in 0.2'
|
||||||
|
|
||||||
|
#exec swayidle -w timeout 300 'swaylock -f -c 000000' timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f -c 000000'
|
||||||
|
|
||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||||
|
@ -288,7 +285,7 @@ input * xkb_layout "se"
|
||||||
exec keepassxc
|
exec keepassxc
|
||||||
for_window [class="KeePassXC"] move to workspace 4:
|
for_window [class="KeePassXC"] move to workspace 4:
|
||||||
exec thunderbird
|
exec thunderbird
|
||||||
for_window [class="Thunderbird"] move to workspace 5:
|
for_window [title="Mozilla Thunderbird"] move to workspace 5:
|
||||||
|
|
||||||
# Autostart stuff here
|
# Autostart stuff here
|
||||||
exec ~/.config/sway/bin/refresh_autostart.sh
|
exec ~/.config/sway/bin/refresh_autostart.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue