diff --git a/.bin/dmenu b/.bin/dmenu new file mode 100755 index 0000000..6fa330d --- /dev/null +++ b/.bin/dmenu @@ -0,0 +1,5 @@ +#!/usr/bin/env sh + +. "$XDG_CONFIG_HOME/environment" + +cat - | $DMENU diff --git a/.config/autostart.toml b/.config/autostart.toml index 34c728a..00b2638 100644 --- a/.config/autostart.toml +++ b/.config/autostart.toml @@ -104,7 +104,7 @@ hosts = [] group = 'chat' [apps.teamspeak-notify-move] -command = 'ts-control events-move' +command = 'ts-control events' delay = 5 hosts = [] group = 'chat' diff --git a/.config/dunst/dunstrc##template b/.config/dunst/dunstrc##template index 5321496..3093371 100644 --- a/.config/dunst/dunstrc##template +++ b/.config/dunst/dunstrc##template @@ -242,7 +242,7 @@ ### Misc/Advanced ### # dmenu path. - dmenu = /usr/bin/dmenu -p dunst: + dmenu = {{ env.HOME }}/.bin/dmenu -p dunst: # Browser for opening urls in context menu. browser = /usr/bin/xdg-open @@ -314,7 +314,7 @@ # These values can be strung together for each mouse event, and # will be executed in sequence. mouse_left_click = close_current - mouse_middle_click = do_action, close_current + mouse_middle_click = open_url mouse_right_click = close_all # Experimental features that may or may not work correctly. Do not expect them diff --git a/.config/env.d/99-local##hostname.portalo b/.config/env.d/99-local##hostname.portalo index 9fd9097..ff522a2 100755 --- a/.config/env.d/99-local##hostname.portalo +++ b/.config/env.d/99-local##hostname.portalo @@ -2,7 +2,7 @@ export AUTOSTART_DISPLAY="Hyprland" -export MONITOR_PRIMARY="DisplayPort-0" -export MONITOR_SECONDARY="HDMI-A-0" +export MONITOR_PRIMARY="DP-1" +export MONITOR_SECONDARY="HDMI-A-1" export DUNST_MONITOR="$MONITOR_SECONDARY"