Start scratchpad terminal w/o keychain
This commit is contained in:
parent
272a583bc6
commit
3617546e49
2 changed files with 3 additions and 3 deletions
|
@ -97,5 +97,5 @@ fi
|
||||||
|
|
||||||
cd $HOME
|
cd $HOME
|
||||||
|
|
||||||
/usr/bin/keychain --nogui $HOME/.ssh/id_rsa
|
test -z $noKeychain && /usr/bin/keychain --nogui $HOME/.ssh/id_rsa
|
||||||
source $HOME/.keychain/$HOSTNAME-sh
|
source $HOME/.keychain/$HOSTNAME-sh
|
||||||
|
|
|
@ -216,8 +216,8 @@ bindsym XF86Sleep exec "~/.bin/screenlock.sh"
|
||||||
exec --no-startup-id xautolock -time 15 -locker "~/.bin/screenlock.sh" &
|
exec --no-startup-id xautolock -time 15 -locker "~/.bin/screenlock.sh" &
|
||||||
|
|
||||||
# quick terminal
|
# quick terminal
|
||||||
bindsym $mod+$alt+Shift+F1 exec --no-startup-id $TERMINAL --class metask -e bash -o ignoreeof
|
bindsym $mod+$alt+Shift+F1 exec --no-startup-id noKeychain=1 $TERMINAL --class metask -e bash -o ignoreeof
|
||||||
exec --no-startup-id $TERMINAL --class metask -e bash -o ignoreeof
|
exec --no-startup-id noKeychain=1 $TERMINAL --class metask -e bash -o ignoreeof
|
||||||
for_window [instance="metask"] floating enable;
|
for_window [instance="metask"] floating enable;
|
||||||
for_window [instance="metask"] move scratchpad; \
|
for_window [instance="metask"] move scratchpad; \
|
||||||
[instance="metask"] scratchpad show; \
|
[instance="metask"] scratchpad show; \
|
||||||
|
|
Reference in a new issue