diff options
| -rw-r--r-- | .bash_profile | 2 | ||||
| -rwxr-xr-x | .config/eww/scripts/datetime-listener | 5 | ||||
| -rw-r--r-- | .config/hypr/hyprland.conf.in | 2 | ||||
| -rw-r--r-- | .xkb/symbols/mango | 3 |
4 files changed, 6 insertions, 6 deletions
diff --git a/.bash_profile b/.bash_profile index 326d8a6..98eab43 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,2 +1,2 @@ [[ -f ~/.bashrc ]] && source ~/.bashrc -[[ -z "$DISPLAY" && `tty` == /dev/tty1 ]] && exec Hyprland +[[ -z "$DISPLAY" && `tty` == /dev/tty1 ]] && exec start-hyprland diff --git a/.config/eww/scripts/datetime-listener b/.config/eww/scripts/datetime-listener index 47d7031..72f952d 100755 --- a/.config/eww/scripts/datetime-listener +++ b/.config/eww/scripts/datetime-listener @@ -13,9 +13,8 @@ veckaord() } stdbuf -oL -- tiktok \ - "%A, %-d %B %Y, $(veckaord) %V — %T %Z" \ - TZ=Europe/Helsinki ' (%H:%M %Z,' \ - TZ=Pacific/Auckland ' %H:%M %Z)' \ + "%A, %-d %B %Y, $(veckaord) %V — %T %Z" \ + TZ=Europe/Helsinki ' (%H:%M %Z)' | while read line do echo "$line" | ordinal -p '^\w+, (\d+)' diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index 17631ff..f2701f3 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -8,7 +8,7 @@ exec-once = mako monitor = , highres, auto, 1 -layerrule = noanim, overlay +layerrule = no_anim on, match:namespace overlay ecosystem { no_update_news = yes diff --git a/.xkb/symbols/mango b/.xkb/symbols/mango index d62ede2..eed41ff 100644 --- a/.xkb/symbols/mango +++ b/.xkb/symbols/mango @@ -61,7 +61,8 @@ xkb_symbols "swedish" { name[Group1] = "Mango (Swedish)"; key <AD11> { [ aring, Aring, bracketleft, braceleft ] }; - key <AD12> { [ U0301, U0300, bracketright, braceright ] }; // ◌́ and ◌̀ + key <AD12> { [ dead_acute, dead_grave, bracketright, braceright ] }; // ◌́ and ◌̀ + // key <AD12> { [ U0301, U0300, bracketright, braceright ] }; // ◌́ and ◌̀ key <AC10> { [ odiaeresis, Odiaeresis, semicolon, colon ] }; key <AC11> { [ adiaeresis, Adiaeresis, apostrophe, quotedbl ] }; |