diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-06-17 18:55:38 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-06-17 18:55:38 +0100 |
commit | 8cf114e747405c1e40751afed635d4555b12d1c4 (patch) | |
tree | b147aee976f2f5373a33d9fcef1dca4049d36f48 /i3 | |
parent | dbff6b18e71f338cfe934c4bd3da31cb75ba2655 (diff) | |
download | dotnvim-8cf114e747405c1e40751afed635d4555b12d1c4.tar.gz dotnvim-8cf114e747405c1e40751afed635d4555b12d1c4.zip |
Added some useful key bindings
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -36,6 +36,12 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod +# Screenshot +bindsym Print exec xfce4-screenshooter + +# Capture video +bindsym $mod+Print exec kazam + # start a terminal bindsym $mod+Return exec /home/reidrac/bin/wezterm |