summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorYigit Sever2021-10-20 11:08:21 +0300
committerYigit Sever2021-10-20 11:08:21 +0300
commit219bbbf368e80038c9071c6f922cb49877ce447a (patch)
tree00f57c93632c909ae20091dbe6ed2e779de87d0f /.config
parent7765dd1cffe4fde68d110d18696376cc1d79d833 (diff)
downloaddotfiles-219bbbf368e80038c9071c6f922cb49877ce447a.tar.gz
dotfiles-219bbbf368e80038c9071c6f922cb49877ce447a.tar.bz2
dotfiles-219bbbf368e80038c9071c6f922cb49877ce447a.zip
i3, lowe: this machine does not have sound lol
diffstat (limited to '.config')
-rw-r--r--.config/i3/config##h.lowe10
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 &
19exec --no-startup-id udiskie --automount --file-manager thunar --tray --notify & 19exec --no-startup-id udiskie --automount --file-manager thunar --tray --notify &
20exec --no-startup-id /usr/lib/pam_kwallet_init 20exec --no-startup-id /usr/lib/pam_kwallet_init
21exec --no-startup-id remind -z -k'dunstify -i "calendar" "⏰ reminder!" "%s" &' ~/.reminders & 21exec --no-startup-id remind -z -k'dunstify -i "calendar" "⏰ reminder!" "%s" &' ~/.reminders &
22exec --no-startup-id /home/yigit/.local/bin/pulse-volume-watcher.py | xob -m 80 &
23exec --no-startup-id $HOME/.config/polybar/launch.sh & 22exec --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
60bindsym Print exec flameshot gui 59bindsym Print exec flameshot gui
61 60
62# media keys
63bindsym XF86AudioRaiseVolume exec --no-startup-id amixer set Master 2%+
64bindsym XF86AudioLowerVolume exec --no-startup-id amixer set Master 2%-
65bindsym XF86AudioMute exec --no-startup-id amixer set Master toggle
66bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause # for spotify
67bindsym XF86AudioPrev exec --no-startup-id playerctl previous
68bindsym XF86AudioNext exec --no-startup-id playerctl next
69bindsym 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
72bindcode $mod+Shift+20 move scratchpad 62bindcode $mod+Shift+20 move scratchpad
73 63