diff options
author | Yigit Sever | 2021-10-20 11:08:21 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-20 11:08:21 +0300 |
commit | 219bbbf368e80038c9071c6f922cb49877ce447a (patch) | |
tree | 00f57c93632c909ae20091dbe6ed2e779de87d0f /.config/i3/config##h.lowe | |
parent | 7765dd1cffe4fde68d110d18696376cc1d79d833 (diff) | |
download | dotfiles-219bbbf368e80038c9071c6f922cb49877ce447a.tar.gz dotfiles-219bbbf368e80038c9071c6f922cb49877ce447a.tar.bz2 dotfiles-219bbbf368e80038c9071c6f922cb49877ce447a.zip |
i3, lowe: this machine does not have sound lol
Diffstat (limited to '.config/i3/config##h.lowe')
-rw-r--r-- | .config/i3/config##h.lowe | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.config/i3/config##h.lowe b/.config/i3/config##h.lowe index f7c7bc6..0c517ea 100644 --- a/.config/i3/config##h.lowe +++ b/.config/i3/config##h.lowe | |||
@@ -19,7 +19,6 @@ exec --no-startup-id nm-applet & | |||
19 | exec --no-startup-id udiskie --automount --file-manager thunar --tray --notify & | 19 | exec --no-startup-id udiskie --automount --file-manager thunar --tray --notify & |
20 | exec --no-startup-id /usr/lib/pam_kwallet_init | 20 | exec --no-startup-id /usr/lib/pam_kwallet_init |
21 | exec --no-startup-id remind -z -k'dunstify -i "calendar" "⏰ reminder!" "%s" &' ~/.reminders & | 21 | exec --no-startup-id remind -z -k'dunstify -i "calendar" "⏰ reminder!" "%s" &' ~/.reminders & |
22 | exec --no-startup-id /home/yigit/.local/bin/pulse-volume-watcher.py | xob -m 80 & | ||
23 | exec --no-startup-id $HOME/.config/polybar/launch.sh & | 22 | exec --no-startup-id $HOME/.config/polybar/launch.sh & |
24 | 23 | ||
25 | # start the screensaver, '' at the end is not a typo | 24 | # start the screensaver, '' at the end is not a typo |
@@ -59,15 +58,6 @@ bindcode $mod+30 exec --no-startup-id ~/.local/bin/bukuadd_c | |||
59 | # use flameshot with print screen | 58 | # use flameshot with print screen |
60 | bindsym Print exec flameshot gui | 59 | bindsym Print exec flameshot gui |
61 | 60 | ||
62 | # media keys | ||
63 | bindsym XF86AudioRaiseVolume exec --no-startup-id amixer set Master 2%+ | ||
64 | bindsym XF86AudioLowerVolume exec --no-startup-id amixer set Master 2%- | ||
65 | bindsym XF86AudioMute exec --no-startup-id amixer set Master toggle | ||
66 | bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause # for spotify | ||
67 | bindsym XF86AudioPrev exec --no-startup-id playerctl previous | ||
68 | bindsym XF86AudioNext exec --no-startup-id playerctl next | ||
69 | bindsym XF86Tools exec --no-startup-id mpc toggle # for mpd/ncmpcpp | ||
70 | |||
71 | # make the currently focused window a scratchpad | 61 | # make the currently focused window a scratchpad |
72 | bindcode $mod+Shift+20 move scratchpad | 62 | bindcode $mod+Shift+20 move scratchpad |
73 | 63 | ||