summaryrefslogtreecommitdiffstats
path: root/.config/i3
diff options
context:
space:
mode:
authorYigit Sever2020-09-16 15:22:27 +0300
committerYigit Sever2020-09-16 15:22:27 +0300
commit7419b9fc45ba291d5d10a9f5bea3fa5d33dfedc0 (patch)
treedbc1e308cfbb398f77c784b7ea52c08e5aeb8332 /.config/i3
parent44ff427c77e4c3848d273b0bc3484435ec9528c7 (diff)
downloaddotfiles-7419b9fc45ba291d5d10a9f5bea3fa5d33dfedc0.tar.gz
dotfiles-7419b9fc45ba291d5d10a9f5bea3fa5d33dfedc0.tar.bz2
dotfiles-7419b9fc45ba291d5d10a9f5bea3fa5d33dfedc0.zip
move bin to .local/bin
diffstat (limited to '.config/i3')
-rw-r--r--.config/i3/config##c.desktop,h.Maus10
1 files changed, 6 insertions, 4 deletions
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
56bindsym $mod+o exec --no-startup-id xdotool mousemove 1087 1101 56bindsym $mod+o exec --no-startup-id xdotool mousemove 1087 1101
57 57
58# bookmark from clipboard 58# bookmark from clipboard
59bindsym $mod+u exec --no-startup-id ~/bin/bukuadd_c 59bindsym $mod+u exec --no-startup-id ~/.local/bin/bukuadd_c
60 60
61# swap caps lock and escape, set keyboard layout, 35 is ]/ü (layout agnostic) 61# swap caps lock and escape, set keyboard layout, 35 is ]/ü (layout agnostic)
62bindcode $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 62bindcode $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 -
65bindsym Print exec flameshot gui 65bindsym Print exec flameshot gui
66 66
67# media keys 67# media keys
68bindsym XF86AudioRaiseVolume exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" 68# bindsym XF86AudioRaiseVolume exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)"
69bindsym XF86AudioLowerVolume exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" 69# bindsym XF86AudioLowerVolume exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)"
70bindsym XF86AudioRaiseVolume exec --no-startup-id "amixer set Master 2%+ && amixer get Master | grep -Po '[0-9]+(?=%)' | head -1 > /tmp/xobpipe"
71bindsym XF86AudioLowerVolume exec --no-startup-id "amixer set Master 2%- && amixer get Master | grep -Po '[0-9]+(?=%)' | head -1 > /tmp/xobpipe"
70bindsym 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" 72bindsym 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"
71bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause # for spotify 73bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause # for spotify
72bindsym XF86AudioPrev exec --no-startup-id playerctl previous 74bindsym XF86AudioPrev exec --no-startup-id playerctl previous
@@ -221,7 +223,7 @@ mode " (L)ock (S)ignout (R)eboot (P)oweroff" {
221} 223}
222bindsym $mod+Shift+e mode " (L)ock (S)ignout (R)eboot (P)oweroff" 224bindsym $mod+Shift+e mode " (L)ock (S)ignout (R)eboot (P)oweroff"
223 225
224bindsym $mod+Shift+Escape exec --no-startup-id ~/bin/power.sh 226bindsym $mod+Shift+Escape exec --no-startup-id ~/.local/bin/power.sh
225 227
226set $mode_gaps Gaps: (o)uter, (i)nner 228set $mode_gaps Gaps: (o)uter, (i)nner
227#, (h)orizontal, (v)ertical, (t)op, (r)ight, (b)ottom, (l)eft 229#, (h)orizontal, (v)ertical, (t)op, (r)ight, (b)ottom, (l)eft