summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoott <josh@ottmail.me>2025-07-31 10:30:30 -0400
committerjoott <josh@ottmail.me>2025-07-31 10:30:30 -0400
commitd41482d29f92e0eae1cb5e94828eb2a2600de631 (patch)
tree7bd1e07f120df4ce6dc526815488115d900c46d8
parent6f520a9156c512dea9e3702fa705e92176e4026e (diff)
downloaddotfiles-d41482d29f92e0eae1cb5e94828eb2a2600de631.tar.gz
dotfiles-d41482d29f92e0eae1cb5e94828eb2a2600de631.zip
misc tweaks
-rw-r--r--.config/sway/config1
-rw-r--r--.config/wallust/templates/dunstrc1
-rw-r--r--.config/waybar/style.css2
3 files changed, 3 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config
index 5f1015a..2917ab6 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -65,6 +65,7 @@ bindsym $mod+Shift+d reload
bindsym $mod+Shift+f exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
bindsym $mod+q exec dunstctl close
+bindsym $mod+m exec dunstctl context
# Moving around:
diff --git a/.config/wallust/templates/dunstrc b/.config/wallust/templates/dunstrc
index f68d5da..ba9419b 100644
--- a/.config/wallust/templates/dunstrc
+++ b/.config/wallust/templates/dunstrc
@@ -6,6 +6,7 @@ font = LilexNerdFont 16
icon_theme = Papirus-Dark
enable_recursive_icon_lookup = true
corner_radius = 16
+dmenu = "/usr/local/bin/rofi -dmenu -p dunst"
frame_color = "{{color11}}"
separator_color= frame
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 082ed20..4d8a365 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -89,7 +89,7 @@ button {
}
#window {
- margin: 0 20px;
+ margin: 0 10px;
}
/* If workspaces is the leftmost module, omit left margin */