16 lines
812 B
Text
16 lines
812 B
Text
# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
|
# ┃ Defaults Configuration ┃
|
|
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
|
|
|
|
|
# General
|
|
$webbrowser = firefox
|
|
$filemanager = kitty -e env EDITOR="/usr/local/bin/zed_sudo_wrapper" VISUAL="zeditor --wait" SUDO_EDITOR="zeditor --wait" yazi
|
|
$applauncher = rofi -show drun
|
|
$terminal = kitty
|
|
$idlehandler = hypridle
|
|
|
|
# Screenshots
|
|
$shot-region = grimblast copy area
|
|
$shot-window = grimblast copy active
|
|
$shot-screen = grimblast copy output
|