diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-08-02 02:29:19 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-08-02 02:29:19 +0200 |
commit | 43eb6ff186146736497fb8b7adbf4c55fca84313 (patch) | |
tree | e62a2fba9df5f668a32d21d8adb16ef3112ea713 /i3 | |
parent | f2ac15921368a5e421f4e42e4317aff7ee1c7a1e (diff) | |
download | dotfiles-43eb6ff186146736497fb8b7adbf4c55fca84313.tar.gz |
i3
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -25,7 +25,7 @@ bindsym $mod+Shift+w exec "i3lock -p win -i ~/vimconfig/pictures/lock.png" bindsym $mod+p exec "scrot ~/Screenshots/Screenshot%Y-%m-%d%H:%M:%S.png" # rofi -bindsym $mod+d exec rofi -show run +bindsym $mod+d exec rofi -show run -run-command "bash -i -c '{cmd}'" # Scratchpad bindsym $mod+Shift+BackSpace move scratchpad @@ -42,6 +42,7 @@ for_window [class="feh"] floating enable #titanfall for_window [class="steam_app_1182480"] floating enable for_window [title="termite_floating"] floating enable +for_window [title="termite_floating"] resize set 1000 700 # change focus bindsym $mod+j focus left |