diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-31 21:21:04 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-31 21:21:04 +0200 |
commit | 5208164c671ea5d65c3915cbb4a30c271c5f43d6 (patch) | |
tree | e80a60e426459171b70ddd31e5c604e53ab713e2 /config/hyprland/hypr | |
parent | e351db1e0e460a3b102693ef7d45e5d227301bda (diff) |
added hyprland config
Diffstat (limited to 'config/hyprland/hypr')
-rw-r--r-- | config/hyprland/hypr/hyprland.conf | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf index df2dac4..1cafd71 100644 --- a/config/hyprland/hypr/hyprland.conf +++ b/config/hyprland/hypr/hyprland.conf @@ -2,6 +2,7 @@ monitor=HDMI-A-1, 1920x1080, 0x0, 1 monitor=VGA-1, 1920x1080, 1920x0, 1 monitor=,preferred,auto,1 +# Environment variables env = HYPRLAND_LOG_WLR,1 env = XCURSOR_THEME,Bibata-Modern-Classic @@ -28,11 +29,7 @@ env = XDG_SESSION_DESKTOP,Hyprland env = SDL_IM_MODULE,fcitx env = SDL_VIDEODRIVER,wayland -# See https://wiki.hyprland.org/Configuring/Keywords/ for more - -# Execute your favorite apps at launch -exec-once = gammastep -# exec-once = waybar +exec-once = gammastep & waybar exec-once = swaybg -i ~/pics/wallpaper # source = ~/.config/hypr/myColors.conf |