mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
Merge branch 'master' into ghostty
This commit is contained in:
@ -66,5 +66,11 @@ web2app-remove() {
|
||||
rm "$ICON_PATH"
|
||||
}
|
||||
|
||||
# Ensure changes to ~/.XCompose are immediately available
|
||||
refresh-xcompose() {
|
||||
pkill fcitx5
|
||||
setsid fcitx5 &>/dev/null &
|
||||
}
|
||||
|
||||
# Ensure that external keyboards that use an fn key has the F keys as the default
|
||||
alias fix_fkeys='echo 2 | sudo tee /sys/module/hid_apple/parameters/fnmode'
|
||||
|
@ -19,7 +19,8 @@ bind = SUPER, W, killactive,
|
||||
|
||||
# End active session
|
||||
bind = SUPER, ESCAPE, exec, hyprlock
|
||||
bind = SUPER SHIFT, ESCAPE, exit,
|
||||
bind = SUPER SHIFT, ESCAPE, exec, systemctl suspend
|
||||
bind = SUPER ALT, ESCAPE, exit,
|
||||
bind = SUPER CTRL, ESCAPE, exec, reboot
|
||||
bind = SUPER SHIFT CTRL, ESCAPE, exec, systemctl poweroff
|
||||
|
||||
|
@ -2,14 +2,21 @@
|
||||
windowrule = suppressevent maximize, class:.*
|
||||
|
||||
# Force chromium into a tile to deal with --app bug
|
||||
windowrule = tile, class:^(chromium)$
|
||||
windowrule = tile, class:^(Chromium)$
|
||||
|
||||
# Float sound and bluetooth settings
|
||||
windowrule = float, class:^(org.pulseaudio.pavucontrol|blueberry.py)$
|
||||
|
||||
# Float Steam, fullscreen RetroArch
|
||||
windowrule = float, class:^(steam)$
|
||||
windowrule = fullscreen, class:^(com.libretro.RetroArch)$
|
||||
|
||||
# Just dash of opacity
|
||||
windowrule = opacity 0.97 0.9, class:.*
|
||||
windowrule = opacity 1 0.97, class:^(chromium|google-chrome|google-chrome-unstable)$
|
||||
windowrule = opacity 0.97 0.9, initialClass:^(chrome-.*-Default)$ # web apps
|
||||
windowrule = opacity 1 1, initialClass:^(chrome-youtube.*-Default)$ # Youtube
|
||||
windowrule = opacity 1 1, class:^(zoom|vlc|org.kde.kdenlive|com.obsproject.Studio)$
|
||||
windowrule = opacity 1 0.97, class:^(Chromium|chromium|google-chrome|google-chrome-unstable)$
|
||||
windowrule = opacity 1 1, initialTitle:^(youtube.com_/)$ # Youtube
|
||||
windowrule = opacity 1 1, class:^(zoom|vlc|org.kde.kdenlive|com.obsproject.Studio|com.github.PintaProject.Pinta)$
|
||||
windowrule = opacity 1 1, class:^(com.libretro.RetroArch|steam)$
|
||||
|
||||
# Fix some dragging issues with XWayland
|
||||
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||
|
Reference in New Issue
Block a user