tewaked wayland conf
This commit is contained in:
11
home-wl.nix
11
home-wl.nix
@@ -83,11 +83,20 @@
|
||||
shadows enable
|
||||
default_dim_inactive 0.1
|
||||
dim_inactive_colors.unfocused #fc28c3
|
||||
|
||||
exec swayidle -w \
|
||||
timeout 300 'swaylock -f -c ef5ffc' \
|
||||
timeout 600 'swaymsg output * dpms off' \
|
||||
resume 'swaymsg putput * dpms on' \
|
||||
before-sleep 'swaylock -f -c ef5ffc'
|
||||
|
||||
exec keepassxc
|
||||
|
||||
include ~/.config/sway/device-conf
|
||||
'';
|
||||
# Let Home Manager install and manage itself.
|
||||
services.swayidle = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
events = [
|
||||
{
|
||||
event = "before-sleep";
|
||||
|
||||
Reference in New Issue
Block a user