diff options
author | Yigit Sever | 2021-10-08 00:53:07 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-08 00:53:07 +0300 |
commit | 37b1bb345883939fcdad3c32d9e47050f5dc6c85 (patch) | |
tree | 4484bb8b1a195aca9d00c5cb14b422cdfce387b3 /.config/i3/config##h.maus | |
parent | d1a9c58ddb92c62e0651725f0ebabb139cdae05a (diff) | |
download | dotfiles-37b1bb345883939fcdad3c32d9e47050f5dc6c85.tar.gz dotfiles-37b1bb345883939fcdad3c32d9e47050f5dc6c85.tar.bz2 dotfiles-37b1bb345883939fcdad3c32d9e47050f5dc6c85.zip |
i3: clean luchs config
Diffstat (limited to '.config/i3/config##h.maus')
-rw-r--r-- | .config/i3/config##h.maus | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.config/i3/config##h.maus b/.config/i3/config##h.maus index c6c06f3..29830c1 100644 --- a/.config/i3/config##h.maus +++ b/.config/i3/config##h.maus | |||
@@ -26,7 +26,7 @@ exec --no-startup-id $HOME/.config/polybar/launch.sh & | |||
26 | exec --no-startup-id setxkbmap -model pc105 -layout us -variant colemak -option caps:backspace | 26 | exec --no-startup-id setxkbmap -model pc105 -layout us -variant colemak -option caps:backspace |
27 | 27 | ||
28 | # tap ctrl to esc, hold ctrl to ctrl | 28 | # tap ctrl to esc, hold ctrl to ctrl |
29 | exec --no-startup-id xcape -e 'Control_L=Escape' | 29 | exec --no-startup-id xcape -e 'Control_L=Escape' & |
30 | 30 | ||
31 | # launch conky windows | 31 | # launch conky windows |
32 | exec --no-startup-id conky --daemonize -c ~/.config/conky/conky.conf | 32 | exec --no-startup-id conky --daemonize -c ~/.config/conky/conky.conf |
@@ -61,9 +61,9 @@ bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,us,tr - | |||
61 | bindsym Print exec flameshot gui | 61 | bindsym Print exec flameshot gui |
62 | 62 | ||
63 | # media keys | 63 | # media keys |
64 | bindsym XF86AudioRaiseVolume exec --no-startup-id "amixer set Master 2%+" | 64 | bindsym XF86AudioRaiseVolume exec --no-startup-id amixer set Master 2%+ |
65 | bindsym XF86AudioLowerVolume exec --no-startup-id "amixer set Master 2%-" | 65 | bindsym XF86AudioLowerVolume exec --no-startup-id amixer set Master 2%- |
66 | bindsym XF86AudioMute exec --no-startup-id "amixer set Master toggle" | 66 | bindsym XF86AudioMute exec --no-startup-id amixer set Master toggle |
67 | bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause # for spotify | 67 | bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause # for spotify |
68 | bindsym XF86AudioPrev exec --no-startup-id playerctl previous | 68 | bindsym XF86AudioPrev exec --no-startup-id playerctl previous |
69 | bindsym XF86AudioNext exec --no-startup-id playerctl next | 69 | bindsym XF86AudioNext exec --no-startup-id playerctl next |
@@ -191,6 +191,7 @@ bindcode $mod+Shift+27 restart | |||
191 | default_border pixel 2 | 191 | default_border pixel 2 |
192 | for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable | 192 | for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable |
193 | for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable | 193 | for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable |
194 | for_window [class="Zotero" window_role="pref"] floating enable | ||
194 | for_window [class="zoom" title="Chat"] floating enable | 195 | for_window [class="zoom" title="Chat"] floating enable |
195 | for_window [class="Dia" window_role="toolbox_window"] floating enable | 196 | for_window [class="Dia" window_role="toolbox_window"] floating enable |
196 | for_window [class="Pavucontrol" title="Volume Control"] floating enable | 197 | for_window [class="Pavucontrol" title="Volume Control"] floating enable |