yay
This commit is contained in:
parent
f5ca21bb6f
commit
479f3abcf7
3 changed files with 16 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# This file contains fish universal variable definitions.
|
||||
# VERSION: 3.0
|
||||
SETUVAR --export EDITOR:alacritty\x20\x2de\x20nvim
|
||||
SETUVAR --export EDITOR:nvim
|
||||
SETUVAR LESS:RAW\x2dCONTROL\x2dCHARS
|
||||
SETUVAR --export QT_QPA_PLATFORMTHEME:qt6ct
|
||||
SETUVAR __fish_initialized:3800
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ input {
|
|||
touchpad {
|
||||
// off
|
||||
tap
|
||||
// dwt
|
||||
dwt
|
||||
// dwtp
|
||||
// drag false
|
||||
// drag-lock
|
||||
|
|
@ -414,6 +414,7 @@ binds {
|
|||
// but you need to manually put each argument in separate "" quotes.
|
||||
XF86MonBrightnessUp allow-when-locked=true { spawn-sh "brightnessctl --class=backlight set +5% && brightnessnotify.fish"; }
|
||||
XF86MonBrightnessDown allow-when-locked=true { spawn-sh "brightnessctl --class=backlight set 5%- && brightnessnotify.fish"; }
|
||||
|
||||
|
||||
// Open/close the Overview: a zoomed-out view of workspaces and windows.
|
||||
// You can also move the mouse into the top-left hot corner,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue