config changes

This commit is contained in:
Wryn (yage) Wagner 2022-11-28 16:02:47 -07:00
parent 3a25743c9b
commit 7a2e433905
3 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ xrandr \
--pos 0x0 \ --pos 0x0 \
--output DP-2 \ --output DP-2 \
--primary \ --primary \
--mode 4096x2160 \ --mode 3840x2160 \
--rotate normal \ --rotate normal \
--left-of DP-0 \ --left-of DP-0 \
; ;

View File

@ -42,8 +42,8 @@ EXTERNAL_PLUGINS+=(
'/usr/share/fzf/completion.zsh' '/usr/share/fzf/completion.zsh'
) )
FZF_DEFAULT_OPTS='--reverse' export FZF_DEFAULT_OPTS='--reverse --ansi --height 50%'
FZF_DEFAULT_COMMAND='rg --files' export FZF_DEFAULT_COMMAND='rg --files'
# fzf-tab # fzf-tab

View File

@ -121,7 +121,7 @@ floating_modifier $mod
bindsym $mod+Shift+Tab move scratchpad bindsym $mod+Shift+Tab move scratchpad
bindsym $mod+Tab scratchpad show bindsym $mod+Tab scratchpad show
set $GAMES_CLIENT_CLASSES ^(Steam)|(dolphin-emu)|(Visualboyadvance-m)$ set $GAMES_CLIENT_CLASSES ^(Steam)|(dolphin-emu)|(Visualboyadvance-m)|(steam_app_.*)$
bindsym $mod+Shift+x [class=$GAMES_CLIENT_CLASSES] scratchpad show bindsym $mod+Shift+x [class=$GAMES_CLIENT_CLASSES] scratchpad show
set $TERMINAL_EMULATOR_CLASSES ^(kitty)$ set $TERMINAL_EMULATOR_CLASSES ^(kitty)$