Updated
This commit is contained in:
parent
f0d81507e7
commit
91ac899e76
134 changed files with 29248 additions and 114 deletions
|
|
@ -39,7 +39,8 @@ exec-once = wl-paste --watch cliphist store
|
|||
# exec-once = ~/.config/nwg-dock-hyprland/launch.sh
|
||||
|
||||
#Custom
|
||||
# exec-once = nextcloud --background
|
||||
exec-once = nextcloud --background
|
||||
exec-once = waybar &
|
||||
exec-once = syncthing &
|
||||
exec-once = qbittorrent &
|
||||
# exec-once = QSyncthingTray &
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ $HYPRSCRIPTS = ~/.config/hypr/scripts
|
|||
|
||||
# DEFAULTS
|
||||
$terminal = kitty
|
||||
$browser = flatpak run app.zen_browser.zen
|
||||
$browser = zen-browser
|
||||
$filemanager = thunar
|
||||
|
||||
# Applications
|
||||
|
|
@ -19,9 +19,11 @@ bind = $mainMod SHIFT, RETURN, exec, $filemanager
|
|||
bind = $mainMod, C, exec, [floating] ~/.config/ml4w/settings/calculator.sh # Open the calculator
|
||||
|
||||
# Custom
|
||||
bind = $mainMod, M, exec, flatpak run com.github.marktext.marktext
|
||||
bind = $mainMod, M, exec, marktext
|
||||
bind = $mainMod, A, exec, flatpak run com.jeffser.Alpaca
|
||||
bind = $mainMod, E, exec, flatpak run it.mijorus.smile
|
||||
# bind = $mainMod, Print, exec, grim -g "$(slurp)" - | wl-copy && wl-paste > ~/Pictures/Screenshot-$(date +%F_%T).png
|
||||
bind = $mainMod SHIFT, Print, exec, grim - | wl-copy && wl-paste > ~/Pictures/Screenshot-$(date +%F_%T).png
|
||||
|
||||
# Windows
|
||||
bind = $mainMod, Q, killactive # Kill active window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue