Compare commits
4 Commits
d6225a5bd9
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 263b3d3c7a | |||
| 693f6b8796 | |||
| 5ef9e17c9b | |||
| 187bdd7333 |
@@ -25,6 +25,10 @@ $menu = rofi -show drun -p "Search> " | xargs -I{} search {}
|
||||
|
||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
# Or execute your favorite apps at launch like this:
|
||||
exec-once = ~/.config/hypr/xdg-portal-hyprland
|
||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec-once = systemctl --user start hyprpolkitagen
|
||||
|
||||
exec-once = hyprpaper
|
||||
exec-once = sh $HOME/.config/hypr/set_wallpaper.sh
|
||||
@@ -33,6 +37,18 @@ exec-once = waybar
|
||||
exec-once = swayosd-server
|
||||
exec-once = librepods --start-minimized
|
||||
|
||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
env = XDG_SESSION_DESKTOP,Hyprland
|
||||
env = SDL_VIDEODRIVER,wayland
|
||||
env = QT_AUTO_SCREEN_SCALE_FACTOR,1.5
|
||||
windowrule = match:xwayland true, no_initial_focus off
|
||||
# Tell QT applications to use the Wayland backend, and fall back to x11 if Wayland is unavailable
|
||||
env = QT_QPA_PLATFORM,wayland,xcb
|
||||
|
||||
# Disables window decorations on QT applications
|
||||
# env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
||||
|
||||
#############################
|
||||
### ENVIRONMENT VARIABLES ###
|
||||
#############################
|
||||
@@ -322,12 +338,6 @@ windowrule = suppress_event maximize, match:class .*
|
||||
windowrule = no_focus class:^$,match:title ^$,match:xwayland 1,float on,match:fullscreen 0,match:pin 0
|
||||
|
||||
windowrule = float on, match:class ^(Unity)$#, title:^(Unity)$
|
||||
windowrule = float off, match:title ^(Unity -).*$
|
||||
windowrule = float off, match:class ^(jetbrains-rider)$, match:initial_title ^$
|
||||
# windowrule = center on, match:class ^(Unity)$#, title:^(Unity)$
|
||||
|
||||
env = GDK_BACKEND,x11
|
||||
|
||||
env = _JAVA_AWT_WM_NONREPARENTING,1
|
||||
|
||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
env = XDG_SESSION_DESKTOP,Hyprland
|
||||
|
||||
Reference in New Issue
Block a user