clean up i3 config a bit

This commit is contained in:
xfnw 2022-04-13 12:37:55 -04:00
parent 6f1739f345
commit c3b390b8bb
1 changed files with 0 additions and 7 deletions

View File

@ -33,13 +33,10 @@ floating_modifier $mod
bindsym $mod+Return exec kitty
bindsym $mod+apostrophe exec xfce4-terminal --drop-down
# kill focused window
bindsym $mod+Shift+q kill
bindsym $mod+q exec xkill
# start rofi (a program launcher)
bindsym $mod+d exec rofi -show combi
@ -50,8 +47,6 @@ bindsym --release $mod+Shift+d exec date -I | xargs xdotool keyup control shift
bindsym $mod+c exec rofi -show ssh
#bindsym $mod+x exec rofi -show combi
# media keys
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5%
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5%
@ -217,8 +212,6 @@ bindsym $mod+p exec ~/.config/i3/dmenupasta
### i3-gaps stuff ###
# Necessary for i3-gaps to work properly (pixel can be any value)
# Smart Gaps
smart_gaps on