From 1034c6def574d2b7bc3751db33030fff5a43ecc4 Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Tue, 10 Mar 2020 18:24:08 +0100 Subject: [PATCH] Add binding for passworder script to sxhkd config --- botfiles/.config/QtProject.conf | 4 ++-- botfiles/.config/sxhkd/sxhkdrc | 3 +++ botfiles/.config/sxhkd/sxhkdrc.laptop | 3 +++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/botfiles/.config/QtProject.conf b/botfiles/.config/QtProject.conf index 444cad0..13d48ba 100644 --- a/botfiles/.config/QtProject.conf +++ b/botfiles/.config/QtProject.conf @@ -1,6 +1,6 @@ [FileDialog] -history=file:///home/samedamci/Downloads, file:///home/samedamci/.minecraft/screenshots, file:///mnt/HDD/samedamci/Videos, file:///home/samedamci/Pictures/Screenshots, file:///home/samedamci/.minecraft/resourcepacks/Resourcedamci/assets/minecraft/textures/entity/fox, file:///home/samedamci/Passwords -lastVisited=file:///home/samedamci/Passwords +history=file:///home/samedamci/.minecraft/screenshots, file:///mnt/HDD/samedamci/Videos, file:///home/samedamci/Pictures/Screenshots, file:///home/samedamci/.minecraft/resourcepacks/Resourcedamci/assets/minecraft/textures/entity/fox, file:///home/samedamci/Passwords +lastVisited=file:///home/samedamci/Pictures/Screenshots qtVersion=5.14.1 shortcuts=file:, file:///home/samedamci, file:///home/samedamci/Pictures, file:///home/samedamci/.minecraft sidebarWidth=90 diff --git a/botfiles/.config/sxhkd/sxhkdrc b/botfiles/.config/sxhkd/sxhkdrc index 5fffcea..f853257 100644 --- a/botfiles/.config/sxhkd/sxhkdrc +++ b/botfiles/.config/sxhkd/sxhkdrc @@ -30,6 +30,9 @@ XF86Mail # bc XF86Calculator st -e bc +# passworder +super + p + $HOME/.scripts/passworder.sh #~~~~~~~~~~~~ # WM CONTROL diff --git a/botfiles/.config/sxhkd/sxhkdrc.laptop b/botfiles/.config/sxhkd/sxhkdrc.laptop index 3ef7734..62cd1f3 100644 --- a/botfiles/.config/sxhkd/sxhkdrc.laptop +++ b/botfiles/.config/sxhkd/sxhkdrc.laptop @@ -24,6 +24,9 @@ super + d # Screenshot End $HOME/.scripts/screenshot.sh +# passworder +super + p + $HOME/.scripts/passworder.sh #~~~~~~~~~~~~ # WM CONTROL