diff options
author | Benjamin Morrison <ben@gbmor.org> | 2023-02-20 01:27:01 -0500 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.org> | 2023-02-20 01:27:01 -0500 |
commit | c5bae0a85eccbfb07fa5b269b3e8d73e7a60bac4 (patch) | |
tree | 7c4bf9d45aa418a9c9e128e48a97c95e47a15c1c /.config | |
parent | 88fb6eb07cae2b5ef069d35042ea78c59bde33db (diff) | |
download | dogfiles-c5bae0a85eccbfb07fa5b269b3e8d73e7a60bac4.tar.gz |
transparency and font change for urxvt. switch i3 bindings for terms.
Diffstat (limited to '.config')
-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%-" |