diff options
Diffstat (limited to 'hypr')
| -rw-r--r-- | hypr/hyprland.conf | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 1c4354f..f8c2a74 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -51,7 +51,8 @@ autogenerated = 0 # remove this line to remove the warning ################ # See https://wiki.hypr.land/Configuring/Monitors/ -monitor=,preferred,auto,auto +monitor=,preferred,auto,auto +monitor = , preferred, auto, 2, mirror, eDP-1 ################### ### MY PROGRAMS ### @@ -80,6 +81,7 @@ exec-once = ~/.config/hypr/scripts/waybar_peek.py & exec-once = systemctl --user start hyprpolkitagent # Waybar setup. +#exec-once = [workspace special:magic silent] Telegram; exec-once = waybar exec-once = hyprpaper @@ -93,6 +95,9 @@ exec-once = wl-paste --type image --watch cliphist store # Stores only image dat # Allows for seamless mounting of other filesystems. exec-once = udiskie + + + ################### ### PERMISSIONS ### ################### @@ -218,6 +223,10 @@ misc { disable_splash_rendering = true force_default_wallpaper = 1 # 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. :( + + enable_swallow = true + + swallow_regex = ^(Telegram)$ } # This is to remove the pixelated look of some applications e.g., Slack. |
