summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranand <anand.panchdhari@gmail.com>2026-04-03 12:03:15 +0530
committeranand <anand.panchdhari@gmail.com>2026-04-03 12:03:15 +0530
commitc0fee264627119a3ed20175e5a7d6244e24446c7 (patch)
treea074b172edac1c850f0b905fdede7a60231c952b
parent2e6bd0c4a290f150e2b7e88c7319adf2f21f1835 (diff)
Changes in Mango config
- Changed from brillo to brightnessctl - Moved from wezterm to foot - Moved from firefox to helium - Correctly used exec-once instead of exec
-rwxr-xr-xmango/config.conf24
1 files changed, 12 insertions, 12 deletions
diff --git a/mango/config.conf b/mango/config.conf
index 228b366..db4a9ad 100755
--- a/mango/config.conf
+++ b/mango/config.conf
@@ -148,15 +148,15 @@ bind=NONE,XF86AudioRaiseVolume,spawn, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
bind=NONE,XF86AudioLowerVolume,spawn, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
bind=NONE,XF86AudioMute,spawn, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
bind=NONE,XF86AudioMicMute,spawn, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
-bind=NONE,XF86MonBrightnessUp,spawn, brillo -qA 5
-bind=NONE,XF86MonBrightnessDown,spawn, brillo -qU 5
+bind=NONE,XF86MonBrightnessUp,spawn, brightnessctl set 5%+
+bind=NONE,XF86MonBrightnessDown,spawn, brightnessctl set 5%-
bind=SUPER+SHIFT,s,spawn,/home/anand/dots/mango/screenshotwayland.sh
# menu and terminal
bind=SUPER,space,spawn,rofi -show drun
-bind=SUPER,Return,spawn,wezterm
-bind=SUPER,b,spawn,firefox
+bind=SUPER,Return,spawn,foot
+bind=SUPER,b,spawn,helium
bind=SUPER,e,spawn,thunar
bind=SUPER,v,spawn,copyq toggle
bind=SUPER,p,spawn,passmenu
@@ -274,11 +274,11 @@ layerrule=animation_type_open:zoom,layer_name:rofi
layerrule=animation_type_close:zoom,layer_name:rofi
# Autostart
-exec=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=wlroots >/dev/null 2>&1 &
-exec=swww-daemon >/dev/null 2>&1 &
-exec=nm-applet >/dev/null 2>&1 &
-exec=copyq >/dev/null 2>&1 &
-exec=dunst >/dev/null 2>&1 &
-exec=waybar -c /home/anand/dots/mango/waybar/config.jsonc -s /home/anand/dots/mango/waybar/style.css >/dev/null 2>&1 &
-exec=swww img /home/anand/dots/mango/walls/wallpaper.jpg >/dev/null 2>&1 &
-exec=xrdb .Xresources >/dev/null 2>&1 &
+exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=wlroots >/dev/null 2>&1 &
+exec-once=swww-daemon >/dev/null 2>&1 &
+exec-once=nm-applet >/dev/null 2>&1 &
+exec-once=copyq >/dev/null 2>&1 &
+exec-once=dunst >/dev/null 2>&1 &
+exec-once=waybar -c /home/anand/dots/mango/waybar/config.jsonc -s /home/anand/dots/mango/waybar/style.css >/dev/null 2>&1 &
+exec-once=swww img /home/anand/dots/mango/walls/wallpaper.jpg >/dev/null 2>&1 &
+exec-once-once=xrdb .Xresources >/dev/null 2>&1 &