From f73a8f3e95d3a26d29c3d617e41a070f935ed125 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Thu, 9 Jun 2022 15:13:51 +0200 Subject: [PATCH] Minor changes --- config/dunst/dunstrc | 3 ++- config/{sway => sway/config} | 26 +++++++++----------------- 2 files changed, 11 insertions(+), 18 deletions(-) rename config/{sway => sway/config} (94%) diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc index f3b2cc9..e32e23b 100644 --- a/config/dunst/dunstrc +++ b/config/dunst/dunstrc @@ -95,6 +95,7 @@ [experimental] per_monitor_dpi = false + enable_recursive_icon_lookup = true ### Filters ### # and you can override the @@ -145,7 +146,7 @@ highlight = "#ffffff" urgency = low timeout = 1 - set_stack_tag = 'sysinfo' + set_stack_tag = 'sysinfo' # Replace the previous notification if it still exists. [Spotify] appname = "Spotify" diff --git a/config/sway b/config/sway/config similarity index 94% rename from config/sway rename to config/sway/config index 8643e1f..a2a8ab6 100644 --- a/config/sway +++ b/config/sway/config @@ -37,17 +37,14 @@ seat seat0 { exec_always "~/.scripts/idle.sh" # Notification manager -exec wired +exec dunst -verbosity crit # Set warm colours at night exec "~/.scripts/wlsunset.sh" -# exec blueman-applet - # xwayland disable -# I will keep using xwayland because it allows far better backwards compatibilty for a ton of apps -# that I use on a daily basis. Also, it only seemed to take 50MB of RAM on 'idle', which I am willing -# to offer. +# I will keep using xwayland because it allows backwards compatibilty for a ton of apps that I use +# on a daily basis. It can be expensive on the memory sometimes but argh. focus_follows_mouse no @@ -152,10 +149,6 @@ bindsym $winkey+r mode "resize" # Workspaces # ========== -# TODO Switch workspace to output -# TODO Switch window to workspace -# TODO Rename workspace - set $ws0 0:¯\_(ツ)_/¯ # Move to this workspace on startup @@ -312,7 +305,7 @@ set $mode_preferences Toggle (s)unset, (n)otifications, (f)ocus mode "$mode_preferences" { bindsym s exec "~/.scripts/wlsunset.sh"; mode "default" bindsym n exec "~/.scripts/dnd.sh"; mode "default" - bindsym f exec "~/.scripts/focus.sh"; mode "default" + bindsym f exec "dunstctl set-paused toggle"; mode "default" bindsym Return mode "default" bindsym Escape mode "default" @@ -323,8 +316,6 @@ bindsym $alt+end mode "$mode_preferences" # Styling # ======= -font pango:monospace 2 - bar { swaybar_command /usr/bin/waybar mode hide @@ -340,10 +331,11 @@ bindsym $alt+Next border pixel 2 bindsym $alt+Prior border normal 2 # Mimic no titles -# Classi border backgr text indic. child_border -client.focused #000000 #00897b #00897b #00897b #000000 -client.focused_inactive #000000 #222222 #484e50 #484e50 #000000 -client.unfocused #000000 #222222 #292d2e #292d2e #000000 +# Classi border backgr text indic. hild_border +client.focused #000000 #00897b #00897b #00897b #000000 +client.focused_inactive #000000 #222222 #484e50 #484e50 #000000 +client.unfocused #000000 #222222 #292d2e #292d2e #000000 +client.urgent #ff0000 #ff0000 #ff0000 #ff0000 #ff0000 exec gsettings set org.gnome.desktop.interface icon-theme 'Win11-black' exec gsettings set org.gnome.desktop.interface gtk-theme 'Nordic'