Please don’t rely on this Gitea instance being around forever.
If any of your build scripts use my (kageru’s) projects hosted here, check my Github or IEW on Github for encoding projects. If you can’t find what you’re looking for there, tell me to migrate it.
@ -29,14 +30,21 @@ floating_maximum_size 1280 x 720
bindsym XF86AudioPlay exec mpc toggle
bindsym XF86AudioNext exec mpc next
# These are the keycodes for F13 and F14 respectively. The corsair volume controller doesn’t seem to be recognized natively, so I rebounnd the volume wheel to those keys. And yes, xinput supports F-keys from 1-24
for_window [class="(?i)virtualbox"] floating enable border normal
for_window [class="mpv"] floating enable
for_window [class="feh"] floating enable
for_window [workspace=$ws12] floating enable
# switch to workspace with urgent window automatically
@ -295,17 +299,17 @@ bindsym $mod+Shift+c reload
bindsym $mod+Shift+r restart
# exit i3 (logs you out of your X session)
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
bindsym $mod+Shift+e exec i3-msg exit
# Set shut down, restart and locking features
bindsym $mod+0 mode "$mode_system"
set $mode_system (l)ock, (e)xit, switch_(u)ser, (s)uspend, (h)ibernate, (r)eboot, (Shift+s)hutdown
mode "$mode_system" {
bindsym l exec --no-startup-id i3lock -i ~/Pictures/bg.png -ut, mode "default"
bindsym s exec --no-startup-id systemctl suspend, mode "default"
bindsym l exec --no-startup-id i3lock -i ~/Pictures/bg.png -t, mode "default"
bindsym s exec --no-startup-id systemctl suspend -i, mode "default"
bindsym u exec --no-startup-id i3exit switch_user, mode "default"
bindsym e exec --no-startup-id i3exit logout, mode "default"
bindsym h exec --no-startup-id systemctl hibernate, mode "default"
bindsym h exec --no-startup-id systemctl hibernate -i, mode "default"
bindsym r exec --no-startup-id i3exit reboot, mode "default"