Dont send org notify on 'PROGRESS'
This commit is contained in:
@@ -50,7 +50,7 @@ bindswitch --reload --locked lid:off output $laptop enable
|
||||
# Suspend after 30 minutes
|
||||
exec swayidle -w \
|
||||
timeout 1200 'swaylock -f' \
|
||||
timeout 1800 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
|
||||
timeout 1800 'systemctl suspend' \
|
||||
before-sleep 'swaylock -f'
|
||||
|
||||
# Input configuration
|
||||
@@ -174,8 +174,12 @@ input type:keyboard {
|
||||
# Window rules
|
||||
title_align center
|
||||
default_border none
|
||||
default_floating_border normal
|
||||
for_window [app_id="firefox" title="Firefox — Sharing Indicator"] kill
|
||||
for_window [class="discord"] move container to workspace number $ws3
|
||||
for_window [class="Spotify"] move container to workspace number $ws4
|
||||
assign [app_id="org.keepassxc.KeePassXC"] $ws9
|
||||
assign [app_id="geary"] $ws8
|
||||
|
||||
# Status Bar
|
||||
# man 5 sway-bar
|
||||
@@ -202,6 +206,7 @@ bar {
|
||||
exec syncthing
|
||||
exec swaync
|
||||
exec fcitx5
|
||||
exec sworkstyle &> /tmp/sworkstyle.log
|
||||
|
||||
# Include some defaults
|
||||
include /etc/sway/config.d/*
|
||||
|
||||
Reference in New Issue
Block a user