diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2022-10-11 12:19:44 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2022-10-11 12:19:44 +0200 |
commit | 37ac127214d212fb867ea165d7ace225ee040813 (patch) | |
tree | 237b966d8818d98f9bef527ab08e2cd4769ef3ca /Common/i3 | |
parent | 3f631ddc0afb5d3b26dfc4b59aedc4633ccde85c (diff) | |
download | dotfiles-37ac127214d212fb867ea165d7ace225ee040813.tar.gz dotfiles-37ac127214d212fb867ea165d7ace225ee040813.zip |
Use vimode in terminal
Diffstat (limited to 'Common/i3')
-rw-r--r-- | Common/i3/config/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Common/i3/config/i3/config b/Common/i3/config/i3/config index e609bd3..552c5dc 100644 --- a/Common/i3/config/i3/config +++ b/Common/i3/config/i3/config @@ -39,8 +39,8 @@ bindsym $super+Shift+d exec i3-dmenu-desktop --dmenu="dmenu -i -fn 'Noto Sans:si bindsym $super+d exec rofi -lines 12 -padding 18 -width 60 -location 0 -show drun -sidebar-mode -columns 3 -font 'Noto Sans 8' # change volume -bindsym XF86AudioRaiseVolume exec amixer -q set Master 5%+ -bindsym XF86AudioLowerVolume exec amixer -q set Master 5%- +bindsym XF86AudioRaiseVolume exec amixer -q set Master 2%+ +bindsym XF86AudioLowerVolume exec amixer -q set Master 2%- bindsym XF86AudioMute exec amixer set Master toggle bindsym XF86AudioMicMute exec amixer set Capture toggle |