You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
921 B
34 lines
921 B
###################
|
|
### MY PROGRAMS ###
|
|
###################
|
|
# See https://wiki.hyprland.org/Configuring/Keywords/
|
|
# Set programs that you use
|
|
|
|
#Required for hyprland
|
|
$networkManager = nm-applet
|
|
$notificationDaemon = swaync
|
|
$mainBar = waybar
|
|
$wallpaperDaemon = hyprpaper
|
|
|
|
# System Utilities
|
|
$terminal = alacritty -e fish
|
|
$fileManager = pcmanfm-qt
|
|
$menu = wofi --show drun
|
|
|
|
# Applications - Standart
|
|
$webBrowser = firefox
|
|
$webBrowserNewWindow = $webBrowser --new-window
|
|
$game = steam
|
|
$musicPLayer = spotify-launcher
|
|
|
|
# Applications - Utilities
|
|
$notes = $webBrowserNewWindow https://wiki.kynsight.com
|
|
$notesMagic = [workspace special silent] $notes
|
|
$mailClient = thunderbird
|
|
$cloudDaemon = nextcloud
|
|
|
|
# User Defined
|
|
$cloud = $webBrowserNewWindow https://cloud.keydev.me
|
|
$teams = $webBrowserNewWindow https://teams.live.com/v2/
|
|
$nextCloudDeck = $webBrowserNewWindow https://cloud.keydev.me/apps/deck
|