keepass and clipboard history
This commit is contained in:
parent
c8a58b150e
commit
135c93c226
3 changed files with 8 additions and 1 deletions
|
@ -34,7 +34,7 @@ bindsym $mod+d exec $menu
|
|||
floating_modifier $mod normal
|
||||
bindsym $mod+Shift+c reload
|
||||
bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'
|
||||
bindsym $mod+Shift+p exec keepassxc
|
||||
bindsym $mod+o exec keepassxc
|
||||
bindsym $mod+z exec $lock
|
||||
bindsym $mod+Up exec light -A 5
|
||||
bindsym $mod+Down exec light -U 5
|
||||
|
@ -161,3 +161,8 @@ exec_always {
|
|||
gsettings set $gnome-schema icon-theme 'elementary Xfce'
|
||||
gsettings set $gnome-schema cursor-theme 'Capitaine Cursors - White'
|
||||
}
|
||||
|
||||
|
||||
# pastebin
|
||||
exec wl-paste --primary -t text --watch clipman store
|
||||
bindsym $mod+p exec clipman pick -t "bemenu" --tool-args='-b --fn "CascadiaCode 10" -l 10 --ff=#ff6188 --nf=#fcfcfa --tf=#78dce8 --hf=#78dce8 --tb=#2d2a2e --fb=#2d2a2e --nb=#2d2a2e --hb=#2d2a2e --sb=#2d2a2e'
|
||||
|
|
|
@ -12,6 +12,7 @@ in {
|
|||
bash-completion
|
||||
bat
|
||||
borgbackup
|
||||
curl
|
||||
direnv
|
||||
fd
|
||||
file
|
||||
|
|
|
@ -131,6 +131,7 @@ in {
|
|||
solaar
|
||||
gdk-pixbuf
|
||||
|
||||
clipman
|
||||
gebaar-libinput
|
||||
wdisplays
|
||||
wl-clipboard
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue