summaryrefslogtreecommitdiff
path: root/niri/.config
diff options
context:
space:
mode:
authorseraphim <18ycm9tx@anonaddy.me>2026-07-26 16:24:38 +0700
committerseraphim <18ycm9tx@anonaddy.me>2026-07-26 16:24:38 +0700
commitb60d488c905180b56c2884ff58d30ac476783363 (patch)
tree008a510ae4914cec5d1132a8adeb0f304e4c277f /niri/.config
parentd4098de56769e50285c358f5f8ebee3faf546d31 (diff)
new dotfiles;
foot; nvim;
Diffstat (limited to 'niri/.config')
-rwxr-xr-xniri/.config/niri/config.kdl10
1 files changed, 7 insertions, 3 deletions
diff --git a/niri/.config/niri/config.kdl b/niri/.config/niri/config.kdl
index de603bd..18db276 100755
--- a/niri/.config/niri/config.kdl
+++ b/niri/.config/niri/config.kdl
@@ -67,6 +67,7 @@ layout {
}
shadow {
+ off
softness 30
spread 5
offset x=0 y=5
@@ -114,6 +115,9 @@ window-rule {
open-floating true
geometry-corner-radius 9000
clip-to-geometry true
+ shadow {
+ off
+ }
}
window-rule {
match app-id="steam" title=r#"^notificationtoasts_\d+_desktop$"#
@@ -190,9 +194,9 @@ binds {
XF86AudioNext allow-when-locked=true { spawn-sh "playerctl next"; }
// Universal Clipboard Hotkeys (Super + C / V / X)
- Mod+C { spawn-sh "sleep 0.1 && wtype -M ctrl -k Insert -m ctrl"; }
- Mod+V { spawn-sh "sleep 0.1 && wtype -M shift -k Insert -m shift"; }
- Mod+X { spawn-sh "sleep 0.1 && wtype -M shift -k Delete -m shift"; }
+ Mod+C { spawn-sh "sleep 0.001 && wtype -M ctrl -k Insert -m ctrl"; }
+ Mod+V { spawn-sh "sleep 0.001 && wtype -M shift -k Insert -m shift"; }
+ Mod+X { spawn-sh "sleep 0.001 && wtype -M shift -k Delete -m shift"; }
// Window Management & Views
Mod+Tab repeat=false { toggle-overview; }