diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/i3/config##c.desktop,h.Maus | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/.config/i3/config##c.desktop,h.Maus b/.config/i3/config##c.desktop,h.Maus index f169440..39a2dc3 100644 --- a/.config/i3/config##c.desktop,h.Maus +++ b/.config/i3/config##c.desktop,h.Maus | |||
@@ -20,6 +20,7 @@ exec --no-startup-id redshift-gtk & | |||
20 | exec --no-startup-id nm-applet & | 20 | exec --no-startup-id nm-applet & |
21 | exec --no-startup-id xrandr --output DVI-D-0 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate left --output DVI-I-1 --primary --mode 1920x1080 --pos 1132x608 --rotate normal --output DVI-I-0 --off --output DP-1 --off --output DP-0 --off & | 21 | exec --no-startup-id xrandr --output DVI-D-0 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate left --output DVI-I-1 --primary --mode 1920x1080 --pos 1132x608 --rotate normal --output DVI-I-0 --off --output DP-1 --off --output DP-0 --off & |
22 | exec --no-startup-id xdotool key --clearmodifiers Num_Lock | 22 | exec --no-startup-id xdotool key --clearmodifiers Num_Lock |
23 | exec --no-startup-id udiskie --automount --file-manager thunar --tray --notify & | ||
23 | 24 | ||
24 | # swap caps lock and escape, set keyboard layout | 25 | # swap caps lock and escape, set keyboard layout |
25 | exec --no-startup-id setxkbmap -model pc105 -layout tr,us -variant ,colemak -option grp:alt_shift_toggle,caps:backspace | 26 | exec --no-startup-id setxkbmap -model pc105 -layout tr,us -variant ,colemak -option grp:alt_shift_toggle,caps:backspace |
@@ -71,12 +72,21 @@ bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,us,tr - | |||
71 | bindsym Print exec flameshot gui | 72 | bindsym Print exec flameshot gui |
72 | 73 | ||
73 | # media keys | 74 | # media keys |
74 | bindsym $mod+Up exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" | 75 | bindsym XF86AudioRaiseVolume exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" |
75 | bindsym $mod+Down exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" | 76 | bindsym XF86AudioLowerVolume exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" |
76 | bindsym $mod+m 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" | 77 | 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" |
77 | bindsym $mod+q exec --no-startup-id playerctl play-pause | 78 | bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause |
78 | bindsym $mod+Left exec --no-startup-id playerctl previous | 79 | bindsym XF86AudioPrev exec --no-startup-id playerctl previous |
79 | bindsym $mod+Right exec --no-startup-id playerctl next | 80 | bindsym XF86AudioNext exec --no-startup-id playerctl next |
81 | bindsym XF86Tools exec --no-startup-id mpc toggle | ||
82 | |||
83 | # # media keys | ||
84 | # bindsym $mod+Up exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" | ||
85 | # bindsym $mod+Down exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" | ||
86 | # bindsym $mod+m 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" | ||
87 | # bindsym $mod+q exec --no-startup-id playerctl play-pause | ||
88 | # bindsym $mod+Left exec --no-startup-id playerctl previous | ||
89 | # bindsym $mod+Right exec --no-startup-id playerctl next | ||
80 | 90 | ||
81 | # Make the currently focused window a scratchpad | 91 | # Make the currently focused window a scratchpad |
82 | bindsym $mod+Shift+minus move scratchpad | 92 | bindsym $mod+Shift+minus move scratchpad |
@@ -173,8 +183,8 @@ bindsym $mod+Shift+8 move container to workspace $ws8 | |||
173 | bindsym $mod+Shift+9 move container to workspace $ws9 | 183 | bindsym $mod+Shift+9 move container to workspace $ws9 |
174 | bindsym $mod+Shift+0 move container to workspace $ws10 | 184 | bindsym $mod+Shift+0 move container to workspace $ws10 |
175 | 185 | ||
176 | bindsym $mod+Shift+greater move container to output right | 186 | bindsym $mod+z move container to output right |
177 | bindsym $mod+Shift+less move container to output left | 187 | # bindsym $mod+Shift+less move container to output left |
178 | 188 | ||
179 | # reload the configuration file | 189 | # reload the configuration file |
180 | bindsym $mod+Shift+c reload | 190 | bindsym $mod+Shift+c reload |