diff options
-rw-r--r-- | .config/i3/config##c.desktop,h.Maus | 10 | ||||
-rwxr-xr-x | .local/bin/bukuadd_c (renamed from bin/bukuadd_c) | 0 | ||||
-rwxr-xr-x | .local/bin/mailto_handler (renamed from bin/mailto_handler) | 0 | ||||
-rwxr-xr-x | .local/bin/nuke (renamed from bin/nuke) | 0 | ||||
-rwxr-xr-x | .local/bin/power.sh (renamed from bin/power.sh) | 0 | ||||
-rwxr-xr-x | .local/bin/sentences (renamed from bin/sentences) | 0 | ||||
-rwxr-xr-x | .local/bin/spliff (renamed from bin/spliff) | 0 | ||||
-rwxr-xr-x | .local/bin/td (renamed from bin/td) | 0 | ||||
-rwxr-xr-x | .local/bin/type.sh (renamed from bin/type.sh) | 0 | ||||
-rwxr-xr-x | .local/bin/watch_incoming.sh (renamed from bin/watch_incoming.sh) | 0 |
10 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 | |||
56 | bindsym $mod+o exec --no-startup-id xdotool mousemove 1087 1101 | 56 | bindsym $mod+o exec --no-startup-id xdotool mousemove 1087 1101 |
57 | 57 | ||
58 | # bookmark from clipboard | 58 | # bookmark from clipboard |
59 | bindsym $mod+u exec --no-startup-id ~/bin/bukuadd_c | 59 | bindsym $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) |
62 | 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 | 62 | 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 - | |||
65 | bindsym Print exec flameshot gui | 65 | bindsym Print exec flameshot gui |
66 | 66 | ||
67 | # media keys | 67 | # media keys |
68 | bindsym 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)" |
69 | bindsym 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)" |
70 | bindsym XF86AudioRaiseVolume exec --no-startup-id "amixer set Master 2%+ && amixer get Master | grep -Po '[0-9]+(?=%)' | head -1 > /tmp/xobpipe" | ||
71 | bindsym XF86AudioLowerVolume exec --no-startup-id "amixer set Master 2%- && amixer get Master | grep -Po '[0-9]+(?=%)' | head -1 > /tmp/xobpipe" | ||
70 | 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" | 72 | 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" |
71 | bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause # for spotify | 73 | bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause # for spotify |
72 | bindsym XF86AudioPrev exec --no-startup-id playerctl previous | 74 | bindsym XF86AudioPrev exec --no-startup-id playerctl previous |
@@ -221,7 +223,7 @@ mode " (L)ock (S)ignout (R)eboot (P)oweroff" { | |||
221 | } | 223 | } |
222 | bindsym $mod+Shift+e mode " (L)ock (S)ignout (R)eboot (P)oweroff" | 224 | bindsym $mod+Shift+e mode " (L)ock (S)ignout (R)eboot (P)oweroff" |
223 | 225 | ||
224 | bindsym $mod+Shift+Escape exec --no-startup-id ~/bin/power.sh | 226 | bindsym $mod+Shift+Escape exec --no-startup-id ~/.local/bin/power.sh |
225 | 227 | ||
226 | set $mode_gaps Gaps: (o)uter, (i)nner | 228 | set $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 |
diff --git a/bin/bukuadd_c b/.local/bin/bukuadd_c index d4e1a3d..d4e1a3d 100755 --- a/bin/bukuadd_c +++ b/.local/bin/bukuadd_c | |||
diff --git a/bin/mailto_handler b/.local/bin/mailto_handler index b85d0e4..b85d0e4 100755 --- a/bin/mailto_handler +++ b/.local/bin/mailto_handler | |||
diff --git a/bin/nuke b/.local/bin/nuke index de4f5c2..de4f5c2 100755 --- a/bin/nuke +++ b/.local/bin/nuke | |||
diff --git a/bin/power.sh b/.local/bin/power.sh index 809e24c..809e24c 100755 --- a/bin/power.sh +++ b/.local/bin/power.sh | |||
diff --git a/bin/sentences b/.local/bin/sentences index a02d061..a02d061 100755 --- a/bin/sentences +++ b/.local/bin/sentences | |||
diff --git a/bin/spliff b/.local/bin/spliff index 3767bac..3767bac 100755 --- a/bin/spliff +++ b/.local/bin/spliff | |||
diff --git a/bin/type.sh b/.local/bin/type.sh index b9dbcd7..b9dbcd7 100755 --- a/bin/type.sh +++ b/.local/bin/type.sh | |||
diff --git a/bin/watch_incoming.sh b/.local/bin/watch_incoming.sh index eed1da0..eed1da0 100755 --- a/bin/watch_incoming.sh +++ b/.local/bin/watch_incoming.sh | |||