summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-05-03 12:10:38 -0500
committerzachir <zachir@librem.one>2023-05-03 12:10:38 -0500
commit3d9568ad3e1f4d19b9f722c692c3f0f291a701aa (patch)
tree74233a15e5e78f5a778c12bac9e23b62c4708653
parent83f9866edcf2b1a3656e3757f98adb8258eee3fc (diff)
parentd28ee1b982aaddbe727daabd3793876f2aa4189a (diff)
merge because I'm tupid
-rw-r--r--awesome/themes/default/theme.lua6
-rw-r--r--hypr/hyprland.conf2
-rw-r--r--lf/lfrc3
-rwxr-xr-xsxhkd/sxhkdrc4
4 files changed, 12 insertions, 3 deletions
diff --git a/awesome/themes/default/theme.lua b/awesome/themes/default/theme.lua
index e2903ed..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" } -- 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"} -- 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
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index 71b1457..84c6f23 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
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
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'