[repo] small reorganisation hyprland scripts
This commit is contained in:
parent
af61b69ffb
commit
b4508111af
@ -20,7 +20,7 @@
|
||||
bind = $mainMod, J, togglesplit
|
||||
bind = $mainMod, K, exec, alacritty --class scratchbox
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, N, exec, alacritty --class nmtui --command ~/.dotfiles/hyprland/nmtui.sh
|
||||
bind = $mainMod, N, exec, alacritty --class nmtui --command ~/.dotfiles/apps/hyprland/nmtui.sh
|
||||
bind = $mainMod, P, pseudo
|
||||
bind = $mainMod, Q, killactive
|
||||
bind = $mainMod, S, exec, ~/.dotfiles/apps/screenshot/screenshot.sh area
|
||||
|
@ -7,7 +7,7 @@
|
||||
exec = ~/.dotfiles/apps/waybar/startup.sh
|
||||
|
||||
# set monitor workspaces
|
||||
exec = ~/.dotfiles/hyprland/monitor.sh
|
||||
exec = ~/.dotfiles/apps/hyprland/monitor.sh
|
||||
|
||||
# start tailscale
|
||||
exec-once = tailscale up
|
||||
@ -26,19 +26,19 @@
|
||||
exec-once = wpctl set-volume @DEFAULT_AUDIO_SINK@ 80%
|
||||
|
||||
# solaar
|
||||
exec-once = ~/.dotfiles/hyprland/startup/solaar.sh
|
||||
exec-once = ~/.dotfiles/apps/hyprland/startup/solaar.sh
|
||||
|
||||
# nextcloud desktop
|
||||
exec-once = ~/.dotfiles/hyprland/startup/nextcloud_desktop.sh
|
||||
exec-once = ~/.dotfiles/apps/hyprland/startup/nextcloud_desktop.sh
|
||||
|
||||
# center apps
|
||||
exec = ~/.dotfiles/hyprland/centre_app.sh --class "solaar" --title "solaar"
|
||||
exec = ~/.dotfiles/hyprland/centre_app.sh --class "nostt" --title "Alacritty"
|
||||
exec = ~/.dotfiles/hyprland/centre_app.sh --class "nmtui" --title "Alacritty"
|
||||
exec = ~/.dotfiles/hyprland/centre_app.sh --class "Rofi" --title "rofi - Apps"
|
||||
exec = ~/.dotfiles/hyprland/centre_app.sh --class "scratchbox" --title "Alacritty"
|
||||
exec = ~/.dotfiles/hyprland/centre_app.sh --class "blueman-manager" --title "Bluetooth Devices"
|
||||
exec = ~/.dotfiles/hyprland/centre_app.sh --class "com.gabm.satty" --title "satty"
|
||||
exec = ~/.dotfiles/apps/hyprland/centre_app.sh --class "solaar" --title "solaar"
|
||||
exec = ~/.dotfiles/apps/hyprland/centre_app.sh --class "nostt" --title "Alacritty"
|
||||
exec = ~/.dotfiles/apps/hyprland/centre_app.sh --class "nmtui" --title "Alacritty"
|
||||
exec = ~/.dotfiles/apps/hyprland/centre_app.sh --class "Rofi" --title "rofi - Apps"
|
||||
exec = ~/.dotfiles/apps/hyprland/centre_app.sh --class "scratchbox" --title "Alacritty"
|
||||
exec = ~/.dotfiles/apps/hyprland/centre_app.sh --class "blueman-manager" --title "Bluetooth Devices"
|
||||
exec = ~/.dotfiles/apps/hyprland/centre_app.sh --class "com.gabm.satty" --title "satty"
|
||||
|
||||
# start default apps
|
||||
exec-once = [workspace 1 silent] bitwarden
|
||||
|
Reference in New Issue
Block a user