config changes
This commit is contained in:
parent
3a25743c9b
commit
7a2e433905
@ -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 \
|
||||||
;
|
;
|
||||||
|
@ -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
|
||||||
|
@ -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)$
|
||||||
|
Loading…
Reference in New Issue
Block a user