Minor changes

This commit is contained in:
Tibo De Peuter 2022-06-09 15:13:51 +02:00
parent cd8c9fe3af
commit f73a8f3e95
2 changed files with 11 additions and 18 deletions

View file

@ -95,6 +95,7 @@
[experimental] [experimental]
per_monitor_dpi = false per_monitor_dpi = false
enable_recursive_icon_lookup = true
### Filters ### ### Filters ###
# and you can override the # and you can override the
@ -145,7 +146,7 @@
highlight = "#ffffff" highlight = "#ffffff"
urgency = low urgency = low
timeout = 1 timeout = 1
set_stack_tag = 'sysinfo' set_stack_tag = 'sysinfo' # Replace the previous notification if it still exists.
[Spotify] [Spotify]
appname = "Spotify" appname = "Spotify"

View file

@ -37,17 +37,14 @@ seat seat0 {
exec_always "~/.scripts/idle.sh" exec_always "~/.scripts/idle.sh"
# Notification manager # Notification manager
exec wired exec dunst -verbosity crit
# Set warm colours at night # Set warm colours at night
exec "~/.scripts/wlsunset.sh" exec "~/.scripts/wlsunset.sh"
# exec blueman-applet
# xwayland disable # xwayland disable
# I will keep using xwayland because it allows far better backwards compatibilty for a ton of apps # I will keep using xwayland because it allows backwards compatibilty for a ton of apps that I use
# that I use on a daily basis. Also, it only seemed to take 50MB of RAM on 'idle', which I am willing # on a daily basis. It can be expensive on the memory sometimes but argh.
# to offer.
focus_follows_mouse no focus_follows_mouse no
@ -152,10 +149,6 @@ bindsym $winkey+r mode "resize"
# Workspaces # Workspaces
# ========== # ==========
# TODO Switch workspace to output
# TODO Switch window to workspace
# TODO Rename workspace
set $ws0 0:¯\_(ツ)_/¯ set $ws0 0:¯\_(ツ)_/¯
# Move to this workspace on startup # Move to this workspace on startup
@ -312,7 +305,7 @@ set $mode_preferences Toggle (s)unset, (n)otifications, (f)ocus
mode "$mode_preferences" { mode "$mode_preferences" {
bindsym s exec "~/.scripts/wlsunset.sh"; mode "default" bindsym s exec "~/.scripts/wlsunset.sh"; mode "default"
bindsym n exec "~/.scripts/dnd.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 Return mode "default"
bindsym Escape mode "default" bindsym Escape mode "default"
@ -323,8 +316,6 @@ bindsym $alt+end mode "$mode_preferences"
# Styling # Styling
# ======= # =======
font pango:monospace 2
bar { bar {
swaybar_command /usr/bin/waybar swaybar_command /usr/bin/waybar
mode hide mode hide
@ -340,10 +331,11 @@ bindsym $alt+Next border pixel 2
bindsym $alt+Prior border normal 2 bindsym $alt+Prior border normal 2
# Mimic no titles # Mimic no titles
# Classi border backgr text indic. child_border # Classi border backgr text indic. hild_border
client.focused #000000 #00897b #00897b #00897b #000000 client.focused #000000 #00897b #00897b #00897b #000000
client.focused_inactive #000000 #222222 #484e50 #484e50 #000000 client.focused_inactive #000000 #222222 #484e50 #484e50 #000000
client.unfocused #000000 #222222 #292d2e #292d2e #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 icon-theme 'Win11-black'
exec gsettings set org.gnome.desktop.interface gtk-theme 'Nordic' exec gsettings set org.gnome.desktop.interface gtk-theme 'Nordic'