fix: fixed fakefullscreen
This commit is contained in:
parent
f9527c3b04
commit
083a5c3ef3
3 changed files with 7 additions and 5 deletions
|
@ -7,7 +7,7 @@ exec-once = gsettings set org.gnome.desktop.interface cursor-size '24'
|
|||
exec-once = bash /home/moonleay/.config/hypr/hyprland/scripts/fixXwaylandVideoBridge.sh
|
||||
exec-once = solaar -w hide
|
||||
exec-once = setxkbmap -model 'pc105angle' -layout 'us' -variant 'cmk_ed_us' -option'' -option 'misc:extend,lv5:caps_switch_lock,grp:shifts_toggle,compose:menu,misc:cmk_curl_dh'
|
||||
exec-once = discord & librewolf
|
||||
# exec-once = discord & librewolf
|
||||
# exec-once = flatpak run org.kde.xwaylandvideobridge
|
||||
# exec-once = gBar bar 0 & gBar bar 1 & gBar bar 2
|
||||
# exec-once = /usr/lib/polkit-kde-authentication-agent-1
|
||||
exec-once = /usr/lib/polkit-kde-authentication-agent-1
|
||||
|
|
|
@ -2,7 +2,9 @@
|
|||
input {
|
||||
kb_layout = us
|
||||
kb_model = pc105angle
|
||||
# kb_variant = colemak_dh
|
||||
|
||||
#kb_variant = colemak_dh
|
||||
|
||||
kb_variant = cmk_ed_us
|
||||
kb_options = misc:extend, lv5:caps_switch_lock, grp:shifts_toggle, compose:menu, misc:cmk_curl_dh
|
||||
|
||||
|
|
|
@ -24,8 +24,8 @@ bind = $secondaryMod Control_L, s, exec, grim -c "/home/moonleay/Pictures/Screen
|
|||
bind = $secondaryMod, q, exec, librewolf
|
||||
|
||||
# Force app fullsceen
|
||||
bind = ALT_L, f, fullscreen
|
||||
bind = ALT_L SHIFT, f, fakefullscreen
|
||||
bind = ALT_L, f, fullscreen, 0
|
||||
bind = ALT_L SHIFT, f, fullscreenstate, 0 2
|
||||
|
||||
# Custom rofi
|
||||
bind = $secondaryMod, TAB, exec, rofi -show window -show-icons
|
||||
|
|
Loading…
Reference in a new issue