i3wm; swap mod+\ from mic mute to screenshot

This commit is contained in:
2023-11-11 07:27:41 -07:00
parent 592fe48004
commit fc60660b9b
4 changed files with 39 additions and 1 deletions

View File

@ -22,7 +22,6 @@ bindsym XF86AudioRaiseVolume exec --no-startup-id $UTILS volumeup
bindsym XF86AudioLowerVolume exec --no-startup-id $UTILS volumedown
bindsym XF86AudioMute exec --no-startup-id $UTILS volumemute
bindsym XF86AudioMicMute exec --no-startup-id $UTILS micmute
bindsym $mod+backslash exec --no-startup-id $UTILS micmute
# Screen brightness
bindsym XF86MonBrightnessUp exec --no-startup-id $UTILS backlightup
@ -49,6 +48,7 @@ bindsym $mod+Shift+minus exec --no-startup-id $UTILS lock
bindsym $mod+space exec --no-startup-id dmenu_run -c -l 5 -fn 'DejaVuSansMono Nerd Font-25'
bindsym $mod+backslash exec --no-startup-id $UTILS screenshot
################################################################################
## Window Management and Navigation ############################################
@ -147,6 +147,9 @@ for_window [class="^.*"] border pixel 4
gaps inner 0
gaps outer 0
# prevent borders on xfce4-notifyd
for_window [class="[xX]fce4-notifyd"] border pixel 0
bindsym $mod+z gaps outer current plus 2; gaps inner current plus 2;
bindsym $mod+shift+z gaps outer current minus 2; gaps inner current minus 2;

View File

@ -3,6 +3,13 @@ source "$HOME/.config/wryn/env.zsh"
source "$DOTWRYN/config/xinitrc.common"
command -v dex && dex -a
[ -f /usr/lib/xfce-polkit/xfce-polkit ] \
&& exec /usr/lib/xfce-polkit/xfce-polkit &
[ -f /usr/lib/xfce4/notifyd/xfce4-notifyd ] \
&& exec /usr/lib/xfce4/notifyd/xfce4-notifyd &
$DOTWRYN/bin/xorg-activate-default &
cd