mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 23:11:34 +01:00
Don't display clipboard index
This commit is contained in:
parent
e7fbcb4a49
commit
3ed158513e
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
# Launch programs
|
# Launch programs
|
||||||
bind = $mod, RETURN, exec, kitty
|
bind = $mod, RETURN, exec, kitty
|
||||||
bindr = $mod, R, exec, pkill rofi || rofi -show drun
|
bindr = $mod, R, exec, pkill rofi || rofi -show drun
|
||||||
bind = $mod, V, exec, ${lib.getExe pkgs.cliphist} list | rofi -dmenu | ${lib.getExe pkgs.cliphist} decode | ${lib.getExe' pkgs.wl-clipboard "wl-copy"}
|
bind = $mod, V, exec, ${lib.getExe pkgs.cliphist} list | rofi -dmenu -display-columns 2 | ${lib.getExe pkgs.cliphist} decode | ${lib.getExe' pkgs.wl-clipboard "wl-copy"}
|
||||||
bind = $mod, B, exec, brave
|
bind = $mod, B, exec, brave
|
||||||
bind = $mod, F, exec, nemo
|
bind = $mod, F, exec, nemo
|
||||||
bind = $mod, C, exec, codium
|
bind = $mod, C, exec, codium
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue