mimeapps and autolaunching apps
This commit is contained in:
@ -5,12 +5,15 @@
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||
$mainMod = SUPER # Sets "Windows" key as main modifier
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
# Binds apps https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, RETURN, exec, $terminal
|
||||
bind = $mainMod, B, exec, $browser
|
||||
bind = $mainMod, Y, exec, $filemanager
|
||||
bind = $mainMod, M, exec, $email
|
||||
|
||||
# General binds
|
||||
bind = $mainMod, Q, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
#bind = $mainMod, M, exit,
|
||||
bind = $mainMod, Y, exec, $fileManager
|
||||
bind = $mainMod, X, togglefloating,
|
||||
bind = $mainMod, F, fullscreen,
|
||||
|
@ -16,9 +16,10 @@ monitor=,preferred,auto,1.566667
|
||||
|
||||
# Set programs that you use
|
||||
$terminal = kitty
|
||||
$filemanager = yazi
|
||||
$filemanager = kitty -e yazi
|
||||
$menu = wofi --show drun
|
||||
$browser = firefox
|
||||
$email = thunderbird
|
||||
|
||||
#################
|
||||
### AUTOSTART ###
|
||||
@ -27,6 +28,8 @@ $browser = firefox
|
||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
exec-once = waybar
|
||||
exec-once = dunst
|
||||
exec-once = [workspace 1 silent] $browser
|
||||
exec-once = [workspace 2 silent] $terminal
|
||||
|
||||
#############################
|
||||
### ENVIRONMENT VARIABLES ###
|
||||
|
Reference in New Issue
Block a user