|
@@ -70,8 +70,8 @@ set_from_resource $base0F color14 #ff5370
|
|
|
# -----[ Bindings ]----- #
|
|
|
|
|
|
# Brightness Keys
|
|
|
-bindsym XF86MonBrightnessUp exec xbacklight +10
|
|
|
-bindsym XF86MonBrightnessDown exec xbacklight -10
|
|
|
+bindsym XF86MonBrightnessUp exec light -A 10
|
|
|
+bindsym XF86MonBrightnessDown exec light -U 10
|
|
|
|
|
|
# Audio Keys - Volume and Mute
|
|
|
bindsym $mod+plus exec --no-startup-id amixer -D pulse sset Master 5%+
|
|
@@ -92,24 +92,25 @@ bindsym XF86AudioNext exec --no-startup-id $HOME/.scripts/tools/spotify-ctrl Nex
|
|
|
bindsym Print --release exec --no-startup-id flameshot gui
|
|
|
|
|
|
# this spawns in scratchpad mode!
|
|
|
-set $dropdownterm "alacritty --class ddpython -e /bin/bash -ic python2"
|
|
|
+set $dropdownterm "alacritty --class ddpython -e /bin/bash -ic python"
|
|
|
bindsym $mod+p exec $dropdownterm
|
|
|
|
|
|
# set $dropdownnotes "st -n ddnotes -e /bin/bash -ic 'vim $HOME/projects/internal/notes/todo.md'"
|
|
|
set $dropdownnotes "alacritty --class ddnotes -e /bin/bash -ic 'vim $HOME/projects/internal/notes/todo.md'"
|
|
|
bindsym $mod+n exec $dropdownnotes
|
|
|
|
|
|
-# unicode emoji finder
|
|
|
+# script that shows mounted devices for fast unmount
|
|
|
bindsym $mod+u exec $HOME/.scripts/tools/umount.sh
|
|
|
|
|
|
+# unicode emoji finder
|
|
|
+bindsym $mod+i exec $HOME/.scripts/i3/unicode.sh
|
|
|
+
|
|
|
# yt-mpv
|
|
|
bindsym $mod+y exec $HOME/.scripts/tools/yt-viewer.sh
|
|
|
|
|
|
# Locking the screen
|
|
|
bindsym $win+l exec $HOME/.scripts/i3/lock.sh
|
|
|
|
|
|
-# Cheatsheet chose
|
|
|
-bindsym $mod+i exec $HOME/documents/bin/cheat.sh -i
|
|
|
|
|
|
# Use Mouse+$mod to drag floating windows to their wanted position
|
|
|
floating_modifier $mod
|