diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-09-10 17:38:42 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-09-10 17:38:42 +0200 |
commit | ce32c92f9b40f65e2097ffb6f55361b26738e6f5 (patch) | |
tree | 68cbf8bf84c84fdf0d7a4c29f9fd23f645039251 /i3/config | |
parent | 988c844c038ff0223dbc44b0ed0244f6edd4a37e (diff) | |
download | dotfiles-ce32c92f9b40f65e2097ffb6f55361b26738e6f5.tar.gz |
i3 rofi shortcut
Diffstat (limited to 'i3/config')
-rw-r--r-- | i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ bindsym $mod+Shift+w exec "XSECURELOCK_PASSWORD_PROMPT=kaomoji xsecurelock" bindsym $mod+p exec "scrot ~/Screenshots/Screenshot%Y-%m-%d%H:%M:%S.png" # rofi -bindsym $mod+d exec rofi -show run -run-command "bash -i -c '{cmd}'" +bindsym $mod+d exec "rofi window,drun,ssh -show drun -terminal termite" # Scratchpad bindsym $mod+Shift+BackSpace move scratchpad |