This commit is contained in:
2025-05-26 13:34:15 -05:00
parent dcbd6a365b
commit f328ef7afd
5 changed files with 21 additions and 12 deletions

View File

@@ -18,15 +18,14 @@ env = GDK_BACKEND,wayland,x11,*
env = HYPRLAND_PER_MONITOR_WORKSPACES,1
windowrule = float,title:^(flameshot)
windowrule = move 0 0,title:^(flameshot)
windowrule = suppressevent fullscreen,title:^(flameshot)
exec-once = $HOME/.local/bin/system/start_scripts/autostart.sh
exec-once = $HOME/.local/bin/system/start-scripts/autostart.sh
exec-once = /usr/lib/xdg-desktop-portal &
exec-once = dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
# exec-once = ibus-daemon -rxRd
exec-once = /usr/lib/ibus/ibus-wayland
exec-once = hyprpaper
exec-once = /usr/bin/dunst $HOME/.config/dunst/dunstrc

3
env/.config/lf/lfrc vendored
View File

@@ -10,6 +10,9 @@ set shell sh
# times.
set shellopts '-eu'
# set number true
set relativenumber true
# set internal field separator (IFS) to "\n" for shell commands
# This is useful to automatically split file names in $fs and $fx properly
# since default file separator used in these variables (i.e. 'filesep' option)

View File

@@ -90,7 +90,7 @@
"clock": {
"timezone": "America/Chicago",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format": "{:%m/%d/%Y - %I:%M:%S}",
"format": "{:%a %m/%d/%Y %I:%M:%S}",
"interval": 1
},