forked from logan/dotfiles
Cleaned up Sway config
This commit is contained in:
parent
48bb3629b8
commit
79955e22f4
1 changed files with 10 additions and 7 deletions
|
@ -226,7 +226,7 @@ bindsym Print exec grim -g "$(slurp)" - | swappy -f -
|
|||
bindsym $mod+Mod1+Space dunstctl close
|
||||
bindsym $mod+Mod1+Shift dunstctl close-all
|
||||
bindsym $mod+Mod1+Tab dunstctl history-pop
|
||||
bindsym $mod+Mod1+period dunstctl context
|
||||
bindsym $mod+Mod1+Period dunstctl context
|
||||
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
|
@ -238,11 +238,11 @@ bindsym $mod+Mod1+period dunstctl context
|
|||
exec_always $HOME/.config/waybar/launch.sh 2>&1
|
||||
#exec_always ~/.config/i3/customalways.sh 2>&1
|
||||
exec_always ~/.config/sway/import-gsettings
|
||||
exec_always killall kanshi && kanshi &
|
||||
exec_always /bin/sh -c 'killall kanshi; kanshi 2>&1 >/tmp/kanshi.log &'
|
||||
|
||||
#exec QT_QPA_PLATFORMTHEME=qt5ct flameshot 2>&1 &
|
||||
#exec picom -b 2>&1 &
|
||||
exec dunst -mon $mon 2>&1 &
|
||||
exec dunst -mon $mon -print 2>&1 >/tmp/dunst.log &
|
||||
exec lxqt-policykit-agent 2>&1 &
|
||||
#exec syncthing -no-browser -home="$HOME/.config/syncthing" 2>&1 &
|
||||
exec kdeconnect-indicator 2>&1 &
|
||||
|
@ -257,14 +257,14 @@ for_window [class=".*"] border pixel 0
|
|||
focus_follows_mouse yes
|
||||
hide_edge_borders smart
|
||||
|
||||
# Floaterizer 9000
|
||||
for_window [app_id="pinentry*"]; floating enable
|
||||
for_window [app_id="lxqt-policykit-aget"]; floating enable
|
||||
|
||||
# Gaps
|
||||
gaps inner 5
|
||||
|
||||
#before-sleep 'playerctl pause -a'
|
||||
#before-sleep 'swaylock'
|
||||
|
||||
# Colors
|
||||
|
||||
# class border bground text indicator child_border
|
||||
client.focused #4285F4 #4285F4 #FFFFFF #4285F4 #2F60B0
|
||||
client.focused_inactive #3B3E44 #2C2E3A #FFFFFF #2C2E3A #10213C
|
||||
|
@ -273,3 +273,6 @@ client.urgent #2F343A #900000 #FFFFFF #2F343A #900000
|
|||
client.placeholder #000000 #0C0C0C #FFFFFF #000000 #0C0C0C
|
||||
|
||||
client.background #FFFFFF
|
||||
|
||||
# Jank
|
||||
include ~/.config/sway/config.d/*
|
||||
|
|
Loading…
Reference in a new issue