20 lines
829 B
Text
20 lines
829 B
Text
# Normal variables
|
|
$mod = alt
|
|
|
|
# Essential variables
|
|
$terminal = /usr/bin/kitty
|
|
$editor = /usr/bin/helix #THIS ONE MUST BE FULL PATH
|
|
$lock = /usr/bin/hyprlock -c ~/.config/hypr/lock/lock.conf
|
|
|
|
# Setting applications
|
|
$audio = $terminal /usr/bin/pulsemixer
|
|
$networking = $terminal /usr/bin/nmtui
|
|
$bluetooth = $terminal /usr/bin/bluetui
|
|
$display = /usr/bin/nwg-displays -w ~/.config/hypr/land/workspaces.conf -m ~/.config/hypr/land/monitors.conf
|
|
$menu = /usr/bin/rofi -show drun -theme ~/.config/rofi/themes/launcher-theme.rasi
|
|
|
|
# Screenshotting
|
|
$screenshot = ~/.config/hypr/scripts/recording.sh
|
|
$rec = mkdir -p ~/Pictures/Screenshots && grim -t ppm -o "$(hyprctl activeworkspace -j | jq -r '.monitor')" - | satty -f - -o ~/Pictures/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png
|
|
# Other applications
|
|
$browser = /usr/bin/firefox
|