From 2943f6bdb61310f8160267b5714c60a64021885d Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 26 Apr 2023 19:00:57 -0500 Subject: dont swallow Torpedo Wall Of Sound (causes issues with menus) --- awesome/themes/default/theme.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awesome/themes/default/theme.lua b/awesome/themes/default/theme.lua index e2903ed..8fb3aef 100644 --- a/awesome/themes/default/theme.lua +++ b/awesome/themes/default/theme.lua @@ -138,9 +138,9 @@ You might just want to copy that whole part into your theme.lua and start adjust --]] -- LuaFormatter off -- window swallowing -theme.dont_swallow_classname_list = { "firefox", "Gimp", "Lutris", "REAPER", "VirtualBox Manager", "VirtualBox Machine", "xviix64.exe" } -- list of class names that should not be swallowed +theme.dont_swallow_classname_list = { "firefox", "Gimp", "Lutris", "REAPER", "VirtualBox Manager", "VirtualBox Machine", "xviix64.exe", "Torpedo Wall Of Sound (GUI)" } -- list of class names that should not be swallowed theme.dont_swallow_filter_activated = true -- whether the filter above should be active -theme.parent_filter_list = {"firefox", "Gimp", "Lutris", "REAPER", "obs", "LibreWolf"} -- class names list of parents that should not be swallowed +theme.parent_filter_list = { "firefox", "Gimp", "Lutris", "REAPER", "obs", "LibreWolf", "xviix64.exe", "Torpedo Wall Of Sound (GUI)" } -- class names list of parents that should not be swallowed theme.child_filter_list = { "Dragon", "REAPER" } -- class names list that should not swallow their parents theme.swallowing_filter = true -- whether the filters above should be active -- cgit v1.2.3 From 6929f5c6c4731662e4b4e271aff034b5b58a0ea5 Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 2 May 2023 00:07:22 -0500 Subject: add desktop monitors to hyprland --- hypr/hyprland.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 0f9c730..3a4ebb8 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -1,6 +1,8 @@ # See https://wiki.hyprland.org/Configuring/Monitors/ #{{{ Monitor config monitor = , preferred, auto, 1 +monitor = HDMI-A-1, 1920x1080@75, 0x0, 1 +monitor = DP-1, 1920x1080@60, 1920x0, 1 #}}} # See https://wiki.hyprland.org/Configuring/Keywords/ for more -- cgit v1.2.3 From add885fa8ca510af4c95911313564f6ab5264f21 Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 2 May 2023 00:07:52 -0500 Subject: run waybar based off of WC and not per monitor --- autostart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autostart.sh b/autostart.sh index e09638b..031f520 100755 --- a/autostart.sh +++ b/autostart.sh @@ -22,7 +22,7 @@ if [ -n "${WAYLAND_DISPLAY}${DISPLAY}" ]; then runifnot caffeine if [ -n "$WAYLAND_DISPLAY" ]; then runifnot swayidle - launch_waybar.sh "$(crcparse WC)" + runifnot waybar -c ~/.config/waybar/config-"$(basename "$(crcparse WC)")" killandrun hyprpaper if [ "$(crcparse WC | xargs basename)" = "Hyprland" ]; then xrdb ~/.Xresources -- cgit v1.2.3 From 58fdf2c9368ffab9f19017df4e4e919774f7f96b Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 2 May 2023 00:09:05 -0500 Subject: don't swallow yabridge programs --- awesome/themes/default/theme.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/awesome/themes/default/theme.lua b/awesome/themes/default/theme.lua index 8fb3aef..9520893 100644 --- a/awesome/themes/default/theme.lua +++ b/awesome/themes/default/theme.lua @@ -138,10 +138,10 @@ You might just want to copy that whole part into your theme.lua and start adjust --]] -- LuaFormatter off -- window swallowing -theme.dont_swallow_classname_list = { "firefox", "Gimp", "Lutris", "REAPER", "VirtualBox Manager", "VirtualBox Machine", "xviix64.exe", "Torpedo Wall Of Sound (GUI)" } -- list of class names that should not be swallowed +theme.dont_swallow_classname_list = { "firefox", "Gimp", "Lutris", "REAPER", "VirtualBox Manager", "VirtualBox Machine", "xviix64.exe", "yabridge" } -- list of class names that should not be swallowed theme.dont_swallow_filter_activated = true -- whether the filter above should be active -theme.parent_filter_list = { "firefox", "Gimp", "Lutris", "REAPER", "obs", "LibreWolf", "xviix64.exe", "Torpedo Wall Of Sound (GUI)" } -- class names list of parents that should not be swallowed -theme.child_filter_list = { "Dragon", "REAPER" } -- class names list that should not swallow their parents +theme.parent_filter_list = { "firefox", "Gimp", "Lutris", "REAPER", "obs", "LibreWolf", "xviix64.exe", "yabridge" } -- class names list of parents that should not be swallowed +theme.child_filter_list = { "Dragon", "REAPER", "yabridge" } -- class names list that should not swallow their parents theme.swallowing_filter = true -- whether the filters above should be active -- flash focus -- cgit v1.2.3 From 006564a6955f33ce8d19c32ae146151a5ff98321 Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 2 May 2023 00:09:33 -0500 Subject: add vimv to ,vv in lf --- lf/lfrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lf/lfrc b/lf/lfrc index 9266f8d..df622de 100644 --- a/lf/lfrc +++ b/lf/lfrc @@ -28,6 +28,8 @@ cmd open ${{ cmd execute ${{ exec "$f" }} +cmd vimv ${{ exec vimv }} + cmd mkdir ${{ printf "Directory Name: " read ans @@ -248,6 +250,7 @@ map ,mi makeinstall map ,mC makeclean map ,ss openshell map ,sc catclip +map ,vv vimv # Not really image preview -- cgit v1.2.3 From 9bfadf953bbe539d0718867c5e6c20b28c52a74e Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 2 May 2023 00:10:27 -0500 Subject: add notify-prop to xprop --- sxhkd/sxhkdrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index cfd9e9e..6919d3d 100755 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -34,6 +34,10 @@ alt + super + p alt + v dmpv +# get xprop +alt + grave + notifyprop + # run dmenu interface for ytfzf alt + y ytfzf-launcher -D 'dmenu -l 15' -- cgit v1.2.3 From d28ee1b982aaddbe727daabd3793876f2aa4189a Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 2 May 2023 00:11:23 -0500 Subject: want waybar to run on every display, not per display --- waybar/config-Hyprland | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waybar/config-Hyprland b/waybar/config-Hyprland index 1d4743a..bfe0175 100644 --- a/waybar/config-Hyprland +++ b/waybar/config-Hyprland @@ -2,7 +2,7 @@ "layer": "top", "position": "top", "height": 36, - "output": "%%DISPLAY%%", + //"output": "%%DISPLAY%%", "spacing": 4, //"margin-top": 5, //"margin-bottom":5, -- cgit v1.2.3