From 7419b9fc45ba291d5d10a9f5bea3fa5d33dfedc0 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Wed, 16 Sep 2020 15:22:27 +0300 Subject: move bin to .local/bin --- .config/i3/config##c.desktop,h.Maus | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to '.config/i3') diff --git a/.config/i3/config##c.desktop,h.Maus b/.config/i3/config##c.desktop,h.Maus index 741ae82..bc36b81 100644 --- a/.config/i3/config##c.desktop,h.Maus +++ b/.config/i3/config##c.desktop,h.Maus @@ -56,7 +56,7 @@ bindsym $mod+c exec --no-startup-id rofimoji --skin-tone neutral --insert-with-c bindsym $mod+o exec --no-startup-id xdotool mousemove 1087 1101 # bookmark from clipboard -bindsym $mod+u exec --no-startup-id ~/bin/bukuadd_c +bindsym $mod+u exec --no-startup-id ~/.local/bin/bukuadd_c # swap caps lock and escape, set keyboard layout, 35 is ]/ü (layout agnostic) bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,us,tr -variant ,colemak, -option grp:alt_shift_toggle,caps:backspace" # ] on colemak ü on turkish @@ -65,8 +65,10 @@ bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,us,tr - bindsym Print exec flameshot gui # media keys -bindsym XF86AudioRaiseVolume exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" -bindsym XF86AudioLowerVolume exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" +# bindsym XF86AudioRaiseVolume exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" +# bindsym XF86AudioLowerVolume exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" +bindsym XF86AudioRaiseVolume exec --no-startup-id "amixer set Master 2%+ && amixer get Master | grep -Po '[0-9]+(?=%)' | head -1 > /tmp/xobpipe" +bindsym XF86AudioLowerVolume exec --no-startup-id "amixer set Master 2%- && amixer get Master | grep -Po '[0-9]+(?=%)' | head -1 > /tmp/xobpipe" bindsym XF86AudioMute exec --no-startup-id "amixer set Master toggle && if amixer get Master | grep -Fq '[off]'; then volnoti-show -m; else volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1); fi" bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause # for spotify bindsym XF86AudioPrev exec --no-startup-id playerctl previous @@ -221,7 +223,7 @@ mode " (L)ock (S)ignout (R)eboot (P)oweroff" { } bindsym $mod+Shift+e mode " (L)ock (S)ignout (R)eboot (P)oweroff" -bindsym $mod+Shift+Escape exec --no-startup-id ~/bin/power.sh +bindsym $mod+Shift+Escape exec --no-startup-id ~/.local/bin/power.sh set $mode_gaps Gaps: (o)uter, (i)nner #, (h)orizontal, (v)ertical, (t)op, (r)ight, (b)ottom, (l)eft -- cgit v1.2.3-61-g4310