diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2021-10-30 12:42:14 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2021-10-30 12:42:14 +0200 |
commit | 1b8846c66303546e184cecd434a5e3ccc7492ccd (patch) | |
tree | af9838a8dcc59cc9b41b3b4858ab204ae2a7357c /i3 | |
parent | 77a43deebb89070dc4f129b68c003e411ce5bd1e (diff) | |
download | dotfiles-1b8846c66303546e184cecd434a5e3ccc7492ccd.tar.gz |
i3: dolphon file manager
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,10 +11,11 @@ bindsym $mod+Return exec "termite -t termite" bindsym $mod+Shift+Return exec "termite -t termite_floating" #start ranger -bindsym $mod+o exec "termite -e ranger" +bindsym $mod+o exec "dolphin" #start browser bindsym $mod+b exec "firefox" +bindsym $mod+Shift+b exec "firefox --private-window" # kill focused window bindsym $mod+Shift+q kill |