fix: use proper floating terminal
This commit is contained in:
parent
3b9752b5ee
commit
61072b816a
28 changed files with 294 additions and 386 deletions
|
|
@ -1,6 +1,21 @@
|
|||
#
|
||||
#fix the fucking portal
|
||||
exec-once=systemctl --user import-environment
|
||||
exec-once=dbus-update-activation-environment --all
|
||||
exec-once=dbus-update-activation-environment --systemd --all
|
||||
#
|
||||
|
||||
env=GTK_CSD,0
|
||||
env=TERM,"kitty /bin/fish"
|
||||
env=XDG_CURRENT_DESKTOP=Hyprland
|
||||
env=XDG_SESSION_TYPE=wayland
|
||||
env=XDG_SESSION_DESKTOP=Hyprland
|
||||
env=QT_QPA_PLATFORM,wayland
|
||||
env=QT_WAYLAND_FORCE_DPI,96
|
||||
env=QT_AUTO_SCREEN_SCALE_FACTOR,0
|
||||
env=QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
||||
env=QT_SCALE_FACTOR,1
|
||||
# env=XCURSOR_SIZE,24
|
||||
env=PKG_CONFIG_PATH,/usr/local/lib/pkgconfig
|
||||
env=LD_LIBRARY_PATH,/usr/local/lib
|
||||
env=EDITOR,"neovide --novsync --nofork"
|
||||
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@
|
|||
bind=SUPER,S,exec,grim -g "$(slurp)" - | wl-copy
|
||||
bind=SUPERSHIFTALT,S,exec, grim -g "$(slurp)" $HOME/gits/ost-5semester/Screenshots/$(date +'%Y_%m_%d_%I_%M_%S.png') && (date +'%Y_%m_%d_%I_%M_%S.png') | wl-copy
|
||||
bind=SUPERSHIFT,S,exec,grim -g "$(slurp)" - | swappy -f -
|
||||
bind=SUPERCONTROLSHIFT,S,exec,grim -g "0,0 3440x1440" - | wl-copy
|
||||
bind=SUPERCONTROLSHIFT,S,exec,grim -c -g "0,0 3440x1440" - | wl-copy
|
||||
bind=SUPER,F,exec,firefox
|
||||
bind=SUPER,T,exec,kitty -1
|
||||
bind=SUPER,Q,killactive,
|
||||
bind=SUPERSHIFTALT,M,exit,
|
||||
bind=SUPER,E,exec,nautilus --new-window
|
||||
bind=SUPER,E,exec,nautilus -w
|
||||
bind=SUPER,N,exec,neovide --novsync
|
||||
bind=SUPER,M,exec,oxidash
|
||||
bind=SUPER,V,togglefloating,
|
||||
|
|
@ -28,7 +28,8 @@ bind=,XF86MonBrightnessUp,exec, $HOME/.config/scripts/change-brightness brightne
|
|||
bind=SUPER,D,exec,oxishut
|
||||
bind=SUPER,A,exec,copyq toggle
|
||||
bind=SUPERSHIFT,W,togglespecialworkspace
|
||||
bind=SUPER,W,movetoworkspace,special
|
||||
# bind=SUPER,W,movetoworkspace,special
|
||||
bind = SUPER,W,hycov:toggleoverview
|
||||
|
||||
|
||||
binde=SUPER,J,movefocus,l
|
||||
|
|
|
|||
|
|
@ -8,3 +8,15 @@ workspace=DP-3,1
|
|||
workspace=DP-1,2
|
||||
workspace=DP-2,3
|
||||
|
||||
workspace = 2,monitor:DP-1
|
||||
workspace = 4,monitor:DP-1
|
||||
workspace = 6,monitor:DP-1
|
||||
workspace = 8,monitor:DP-1
|
||||
workspace = 9,monitor:DP-1
|
||||
workspace = 10,monitor:DP-1
|
||||
|
||||
workspace = 1,monitor:DP-3
|
||||
workspace = 5,monitor:DP-3
|
||||
workspace = 3,monitor:DP-2
|
||||
workspace = 7,monitor:DP-2
|
||||
|
||||
|
|
|
|||
10
hypr_desktop/conf/plugins.conf
Normal file
10
hypr_desktop/conf/plugins.conf
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
plugin = $HOME/.config/hypr/plugins/libhycov.so
|
||||
|
||||
plugin {
|
||||
hycov {
|
||||
overview_gappo = 30 #gas width from screem
|
||||
overview_gappi = 10 #gas width from clients
|
||||
hotarea_size = 0 #hotarea size in bottom left,10x10
|
||||
enable_hotarea = 0 # enable mouse cursor hotarea
|
||||
}
|
||||
}
|
||||
|
|
@ -4,7 +4,11 @@ windowrule=float,^(.*)(OxiCalc)(.*)$
|
|||
windowrule=float,^(.*)(winecfg.exe)(.*)$
|
||||
windowrule=float,^(.*)(speed.exe)(.*)$
|
||||
windowrule=float,^(.*)(copyq)(.*)$
|
||||
windowrule=center,^(.*)(gnome)(.*)$
|
||||
windowrule=size 1200 800,^(org.gnome.NautilusPreviewer)$
|
||||
# windowrule=center,^(.*)(gnome)(.*)$
|
||||
# windowrule=size 1200 800,^(org.gnome.NautilusPreviewer)$
|
||||
windowrule=center,^(.*)(swappy)(.*)$
|
||||
windowrule=float,title:^(.*)(Spirit)(.*)$
|
||||
windowrule=workspace 10 silent,^(.*)(steam)(.*)$
|
||||
windowrule=workspace 9 silent,^(.*)(dota)(.*)$
|
||||
windowrule=workspace 9 silent,^(.*)(battlebits)(.*)$
|
||||
windowrule=workspace 9 silent,^(.*)(aoe)(.*)$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue