diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-19 17:56:51 +0100 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-19 17:56:51 +0100 |
| commit | 0a796cff11bc80a7d73a58811b790e64ac205378 (patch) | |
| tree | b2c21c4798d56b67ef0b3271bc00d8c3d2239da8 | |
| parent | 7a0073de88e92c925116c114e476c04183fc3115 (diff) | |
test: test 1
| -rw-r--r-- | hypr/hyprland.conf | 11 | ||||
| -rw-r--r-- | minimze.sh | 3 | ||||
| -rw-r--r-- | waybar/style.css | 7 |
3 files changed, 20 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. diff --git a/minimze.sh b/minimze.sh new file mode 100644 index 0000000..597a987 --- /dev/null +++ b/minimze.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +xdotool windowunmap Telegram diff --git a/waybar/style.css b/waybar/style.css index 5e1e949..75ed6c9 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -117,3 +117,10 @@ window#waybar.empty #window { padding: 8px; margin: 4px 0; } + +#tray { + background-color: #6b6b6b; + color: #bababa; + padding: 8px; + margin: 4px 0; +} |
