Improve cliphist usage
This commit is contained in:
parent
80149779f1
commit
8ceb080b31
2 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ hosts = []
|
|||
group = 'sway'
|
||||
|
||||
[apps.clipboard-manager-wayland]
|
||||
command = 'wl-paste --watch cliphist store'
|
||||
command = 'cliphist wipe && wl-paste --watch cliphist store'
|
||||
hosts = []
|
||||
group = 'wayland'
|
||||
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ bind = $main_mod, T, exec, ts-control quick
|
|||
bind = $main_mod SHIFT, X, exec, $HOME/projects/utils/temp-service/temp-service
|
||||
bind = $main_mod, X, exec, $HOME/projects/utils/temp-service/temp-service menu
|
||||
bind = $main_mod, M, exec, host-mode
|
||||
bind = $main_mod, V, exec, wl-copy $(cliphist decode $(cliphist list | $DMENU))
|
||||
bind = $main_mod, N, exec, [float] $TERMINAL -e nvim
|
||||
bind = $main_mod, C, exec, [float] $TERMINAL -e python
|
||||
bind = , XF86Calculator, exec, [float] $TERMINAL -e python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue