diff options
Diffstat (limited to '.config/i3/config##c.desktop,h.Maus')
-rw-r--r-- | .config/i3/config##c.desktop,h.Maus | 33 |
1 files changed, 22 insertions, 11 deletions
diff --git a/.config/i3/config##c.desktop,h.Maus b/.config/i3/config##c.desktop,h.Maus index f169440..0fccdce 100644 --- a/.config/i3/config##c.desktop,h.Maus +++ b/.config/i3/config##c.desktop,h.Maus | |||
@@ -13,13 +13,15 @@ exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer no | |||
13 | 13 | ||
14 | #autostart | 14 | #autostart |
15 | exec --no-startup-id xsettingsd & | 15 | exec --no-startup-id xsettingsd & |
16 | exec --no-startup-id compton -b & | 16 | exec --no-startup-id picom -b & |
17 | exec --no-startup-id flashfocus & | ||
17 | exec --no-startup-id nextcloud & | 18 | exec --no-startup-id nextcloud & |
18 | exec --no-startup-id copyq & | 19 | exec --no-startup-id copyq & |
19 | exec --no-startup-id redshift-gtk & | 20 | exec --no-startup-id redshift-gtk & |
20 | exec --no-startup-id nm-applet & | 21 | 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 & | 22 | 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 | 23 | exec --no-startup-id xdotool key --clearmodifiers Num_Lock |
24 | exec --no-startup-id udiskie --automount --file-manager thunar --tray --notify & | ||
23 | 25 | ||
24 | # swap caps lock and escape, set keyboard layout | 26 | # 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 | 27 | exec --no-startup-id setxkbmap -model pc105 -layout tr,us -variant ,colemak -option grp:alt_shift_toggle,caps:backspace |
@@ -34,7 +36,6 @@ exec --no-startup-id conky --daemonize -c ~/.config/conky/task.conf | |||
34 | # set the wallpaper last (hopefully after xrandr) | 36 | # set the wallpaper last (hopefully after xrandr) |
35 | exec --no-startup-id ~/.fehbg | 37 | exec --no-startup-id ~/.fehbg |
36 | 38 | ||
37 | exec_always --no-startup-id flashfocus | ||
38 | 39 | ||
39 | # Font for window titles | 40 | # Font for window titles |
40 | font pango:Lato 11 | 41 | font pango:Lato 11 |
@@ -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 |
@@ -269,7 +279,7 @@ for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable | |||
269 | assign [class="^Steam$"] 9 | 279 | assign [class="^Steam$"] 9 |
270 | assign [class="^Thunderbird$"] 8 | 280 | assign [class="^Thunderbird$"] 8 |
271 | 281 | ||
272 | exec --no-startup-id i3-msg 'exec /usr/bin/firefox;move container to output right' | 282 | # exec --no-startup-id i3-msg 'exec /usr/bin/firefox;move container to output right' |
273 | 283 | ||
274 | # class border backgr. text indicator child_border | 284 | # class border backgr. text indicator child_border |
275 | client.focused #458588 #285577 #ffffff #458588 #285577 | 285 | client.focused #458588 #285577 #ffffff #458588 #285577 |
@@ -284,3 +294,4 @@ client.background #ffffff | |||
284 | hide_edge_borders smart | 294 | hide_edge_borders smart |
285 | workspace_auto_back_and_forth yes | 295 | workspace_auto_back_and_forth yes |
286 | focus_follows_mouse no | 296 | focus_follows_mouse no |
297 | mouse_warping none | ||