keybindings for cliphist
This commit is contained in:
parent
11efd61797
commit
9b435b0180
|
@ -157,7 +157,7 @@ in
|
||||||
bind = SUPER,w,exec,/home/chris/bin/window.sh
|
bind = SUPER,w,exec,/home/chris/bin/window.sh
|
||||||
bind = SUPER,E,exec,/home/chris/bin/emacslof
|
bind = SUPER,E,exec,/home/chris/bin/emacslof
|
||||||
bind = SUPER,d,exec,emacsclient -c -e '(dired-jump)'
|
bind = SUPER,d,exec,emacsclient -c -e '(dired-jump)'
|
||||||
bind = SUPER,v,exec,emacsclient -e '(chris/dired-open-videos)'
|
bind = SUPER,v,exec,cliphist list | rofi -p " " -dmenu -theme ~/.config/rofi/launchers-git/laptop-rbw-wayland.rasi | cliphist decode | wl-copy
|
||||||
bind = SUPER,B,exec,/home/chris/bin/fflof
|
bind = SUPER,B,exec,/home/chris/bin/fflof
|
||||||
bind = SUPER,A,exec,alacritty --class pulsemixer -e pulsemixer
|
bind = SUPER,A,exec,alacritty --class pulsemixer -e pulsemixer
|
||||||
bind = SUPERCTRL,i,exec,alacritty --class btop -e btm
|
bind = SUPERCTRL,i,exec,alacritty --class btop -e btm
|
||||||
|
@ -244,6 +244,7 @@ in
|
||||||
exec-once = hyprctl dispatch --batch "splitratio 1; splitration -0.35"
|
exec-once = hyprctl dispatch --batch "splitratio 1; splitration -0.35"
|
||||||
exec-once = dbus-update-activation-environment --systemd --all
|
exec-once = dbus-update-activation-environment --systemd --all
|
||||||
exec-once = jellyfin-mpv-shim
|
exec-once = jellyfin-mpv-shim
|
||||||
|
exec-once = wl-paste --watch cliphist store
|
||||||
exec-once = hyprctl setcursor phinger-cursors-light 24
|
exec-once = hyprctl setcursor phinger-cursors-light 24
|
||||||
exec-once = swayidle -w timeout 300 'swaylock -S --effect-blur 20x3 --fade-in 1 --effect-vignette 0.5:1 --grace 60' timeout 600 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'swaylock -S --effect-blur 20x3 --effect-vignette 0.5:1'
|
exec-once = swayidle -w timeout 300 'swaylock -S --effect-blur 20x3 --fade-in 1 --effect-vignette 0.5:1 --grace 60' timeout 600 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'swaylock -S --effect-blur 20x3 --effect-vignette 0.5:1'
|
||||||
exec-once = eww open ${if laptop then "bar0" else "bar1"}
|
exec-once = eww open ${if laptop then "bar0" else "bar1"}
|
||||||
|
|
Loading…
Reference in a new issue