some more clipboard config changes

This commit is contained in:
Dennis Schoepf 2025-11-26 00:12:55 +01:00
parent 5c28fcff69
commit 68bf60569f
5 changed files with 8 additions and 6 deletions

View file

@ -33,6 +33,7 @@
nautilus-open-any-terminal nautilus-open-any-terminal
swaynotificationcenter swaynotificationcenter
gimp gimp
wl-clipboard
]; ];
imports = [ imports = [

View file

@ -45,8 +45,8 @@
]; ];
keybind = [ keybind = [
"ctrl+b>s=new_split:auto" "ctrl+b>s=new_split:auto"
"ctrl+b>-=new_split:down" "ctrl+b>minus=new_split:down"
"ctrl+b>|=new_split:right" "ctrl+b>v=new_split:right"
"ctrl+b>h=goto_split:left" "ctrl+b>h=goto_split:left"
"ctrl+b>j=goto_split:down" "ctrl+b>j=goto_split:down"
"ctrl+b>k=goto_split:up" "ctrl+b>k=goto_split:up"

View file

@ -21,7 +21,7 @@
vertical-pad = 20; vertical-pad = 20;
inner-pad = 25; inner-pad = 25;
image-size-ratio = 1; image-size-ratio = 1;
prompt = "Open "; prompt = "Open\t";
}; };
colors = { colors = {
background = "0f0b15f5"; background = "0f0b15f5";

2
modules/wm/fuzzel/scripts/fuzzel-cliphist.sh Normal file → Executable file
View file

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
echo "test" cliphist list | fuzzel --dmenu --prompt "Copy\t" | cliphist decode | wl-copy

View file

@ -300,6 +300,7 @@ binds {
Mod+B hotkey-overlay-title="Browser" { spawn "firefox"; } Mod+B hotkey-overlay-title="Browser" { spawn "firefox"; }
Mod+M hotkey-overlay-title="System Monitor" { spawn-sh "ghostty -e btop"; } Mod+M hotkey-overlay-title="System Monitor" { spawn-sh "ghostty -e btop"; }
Mod+N hotkey-overlay-title="File Manager" { spawn "nautilus"; } Mod+N hotkey-overlay-title="File Manager" { spawn "nautilus"; }
Mod+V hotkey-overlay-title="Clipboard" { spawn-sh "~/.config/fuzzel/bin/fuzzel-cliphist.sh"; }
Mod+Alt+L hotkey-overlay-title="Lock the Screen: hyprlock" { spawn "hyprlock"; } Mod+Alt+L hotkey-overlay-title="Lock the Screen: hyprlock" { spawn "hyprlock"; }
// Use spawn-sh to run a shell command. Do this if you need pipes, multiple commands, etc. // Use spawn-sh to run a shell command. Do this if you need pipes, multiple commands, etc.
@ -497,8 +498,8 @@ binds {
Mod+Shift+Equal { set-window-height "+10%"; } Mod+Shift+Equal { set-window-height "+10%"; }
// Move the focused window between the floating and the tiling layout. // Move the focused window between the floating and the tiling layout.
Mod+V { toggle-window-floating; } Mod+Shift+S { toggle-window-floating; }
Mod+Shift+V { switch-focus-between-floating-and-tiling; } // Mod+Shift+V { switch-focus-between-floating-and-tiling; }
// Toggle tabbed column display mode. // Toggle tabbed column display mode.
// Windows in this column will appear as vertical tabs, // Windows in this column will appear as vertical tabs,