summaryrefslogtreecommitdiffstats
path: root/.config/i3/config##h.lowe
diff options
context:
space:
mode:
diffstat (limited to '.config/i3/config##h.lowe')
-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