diff options
author | odave <aryadevchavali1@gmail.com> | 2020-04-06 15:46:21 +0100 |
---|---|---|
committer | odave <aryadevchavali1@gmail.com> | 2020-04-06 15:46:21 +0100 |
commit | e9df879a6c121f2c59f54d566593aaaddffa9356 (patch) | |
tree | eb09a69dd6820356229949078f5daadb8bed80ec | |
parent | adcb4199d6c9d59d76526508393df7cef6fc7f3c (diff) | |
download | dotfiles-e9df879a6c121f2c59f54d566593aaaddffa9356.tar.gz dotfiles-e9df879a6c121f2c59f54d566593aaaddffa9356.tar.bz2 dotfiles-e9df879a6c121f2c59f54d566593aaaddffa9356.zip |
+bind to change background
-rw-r--r-- | i3.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ bindsym $mod+space exec i3-input -F "%s" -P "i3 Command: " # lock bind and rename bind bindsym $mod+Ctrl+l exec $lock bindsym $mod+Ctrl+r exec i3-input -F "rename workspace to %s" -P "New name: " +bindsym $mod+Ctrl+d exec $bg # change focus bindsym $mod+h focus left |