Hyprland stuff and some new scripts
This commit is contained in:
@ -1,13 +1,16 @@
|
||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
# Or execute your favorite apps at launch like this:
|
||||
|
||||
exec-once = hyprpaper
|
||||
exec-once = waybar
|
||||
exec-once = swaync
|
||||
exec-once = ulauncher
|
||||
exec-once = swaync -s ~/.config/swaync/themes/rose-pine-moon.css
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
|
||||
exec-once = /home/luna/myHome/BitfocusCompanion/companion/companion-launcher
|
||||
exec-once = vorta
|
||||
exec-once = vesktop
|
||||
exec-once = steam
|
||||
exec-once = spotify
|
||||
|
||||
# exec-once = $terminal
|
||||
# exec-once = nm-applet &
|
||||
|
@ -3,4 +3,5 @@
|
||||
env = XCURSOR_THEME,RosePine
|
||||
env = XCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_THEME,RosePine
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
env = GKT_USE_PORTAL,1
|
2
.config/hypr/hyprpaper.conf
Normal file
2
.config/hypr/hyprpaper.conf
Normal file
@ -0,0 +1,2 @@
|
||||
preload = /home/luna/myHome/Pictures/Wallpapers/Aesthetic/something-beautiful-in-nature.jpg
|
||||
wallpaper = , /home/luna/myHome/Pictures/Wallpapers/Aesthetic/something-beautiful-in-nature.jpg
|
@ -12,6 +12,7 @@ bind = $mod, space, togglefloating,
|
||||
bind = $mod, D, exec, $menu
|
||||
bind = $mod, P, pseudo, # dwindle
|
||||
bind = $mod, J, togglesplit, # dwindle
|
||||
bind = $mod, F, fullscreen
|
||||
bind = $mod SHIFT, R, exec, killall waybar && waybar &
|
||||
|
||||
# Move focus with mod + arrow keys
|
||||
|
@ -99,6 +99,6 @@ master {
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#misc
|
||||
misc {
|
||||
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
|
||||
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
|
||||
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
|
||||
disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
|
||||
}
|
@ -2,10 +2,16 @@
|
||||
# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules
|
||||
|
||||
windowrule = workspace 8, class:vesktop
|
||||
windowrule = float, class:vesktop
|
||||
windowrule = size 43% 1380, class:vesktop
|
||||
windowrule = move 100%-w-10, class:vesktop
|
||||
windowrule = noinitialfocus, class:vesktop
|
||||
# windowrule = float, class:vesktop
|
||||
windowrule = size 1098 1376, class:vesktop
|
||||
windowrule = move 1450 1132, class:vesktop
|
||||
|
||||
windowrule = workspace 8, class:Spotify
|
||||
windowrule = noinitialfocus, class:Spotify
|
||||
# windowrule = float, class:Spotify
|
||||
windowrule = size 1426 1376, class:Spotify
|
||||
windowrule = move 12 1132, class:Spotify
|
||||
|
||||
windowrule = workspace 4, class:steam
|
||||
windowrule = noinitialfocus, class:steam
|
||||
|
Reference in New Issue
Block a user