diff options
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config index cf07dd1..d7fb54d 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -55,8 +55,8 @@ floating_modifier $mod bindsym $mod+m bar mode toggle # start a terminal -bindsym $mod+Shift+Return exec xterm -bindsym $mod+Return exec alacritty +bindsym $mod+Shift+Return exec alacritty +bindsym $mod+Return exec urxvt bindsym XF86AudioMute exec "amixer -D pulse sset Master toggle" bindsym XF86AudioLowerVolume exec "amixer -D pulse sset Master 5%-" |