diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-05 22:14:10 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2021-10-05 22:14:10 +0200 |
commit | 0eaa2cb10e9546d554fb5829a38cac2a49da50c8 (patch) | |
tree | f6b4aa1ea4a55bbffc2d4f7b537dc2fad469a77c /.config/i3 | |
parent | f1ccb62b98b21e97c7524642ee2be1a5c2e5dec4 (diff) |
Added a snipping tool keybind
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/i3/config b/.config/i3/config index 61fe448..16297a6 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -18,6 +18,7 @@ bindsym $mod+Return exec --no-startup-id alacritty bindsym $mod+b exec --no-startup-id firefox bindsym $mod+e exec --no-startup-id pcmanfm bindsym $mod+f fullscreen toggle +bindsym $mod+Shift+s exec --no-startup-id screenshot bindsym $mod+d exec --no-startup-id rofi -show drun -show-icons -drun-display-format {name} bindsym $alt+Tab exec --no-startup-id rofi -show window -show-icons -drun-display-format {name} |