chnages
This commit is contained in:
@@ -2,9 +2,8 @@
|
||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
# Or execute your favorite apps at launch like this:
|
||||
|
||||
# exec-once = uwsm app -- waybar
|
||||
exec-once = uwsm app -- nm-applet
|
||||
exec-once = uwsm app -- nextcloud --background
|
||||
exec-once = uwsm app -- rclone mount google_drive: ~/gdrive
|
||||
exec-once = uwsm app -- protonvpn-app
|
||||
# exec-once = uwsm app -- hyprpaper
|
||||
exec-once = uwsm app -- sh -c "/usr/bin/discord discord --enable-features=UseOzonePlatform --ozone-platform=wayland --start-minimized &> /dev/null"
|
||||
|
@@ -6,5 +6,8 @@ env = HYPRCURSOR_SIZE,24
|
||||
env = XCURSOR_SIZE,24
|
||||
env = XCURSOR_THEME,Bibata-Modern-Classic
|
||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||
env = debug:full_cm_proto=true
|
||||
env = QT_QPA_PLATFORMTHEME=qt6ct
|
||||
env = debug:full_cm_proto,true
|
||||
env = QT_QPA_PLATFORMTHEME,qt6ct
|
||||
env = LIBVA_DRIVER_NAME,radeonsi
|
||||
env = VDPAU_DRIVER,radeonsi
|
||||
env = MOZ_ENABLE_WAYLAND,1
|
||||
|
@@ -2,8 +2,7 @@
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#input
|
||||
input {
|
||||
kb_layout = us
|
||||
kb_variant = dvorak-intl, intl
|
||||
# kb_variant = intl
|
||||
kb_variant = intl
|
||||
kb_model =
|
||||
kb_options =
|
||||
kb_rules =
|
||||
@@ -18,6 +17,13 @@ input {
|
||||
}
|
||||
}
|
||||
|
||||
device {
|
||||
name = at-translated-set-2-keyboard
|
||||
resolve_binds_by_sym = 1
|
||||
kb_layout = us
|
||||
kb_variant = dvorak-intl
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||
gestures {
|
||||
workspace_swipe = false
|
||||
|
@@ -97,6 +97,7 @@ misc {
|
||||
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
|
||||
disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
|
||||
vrr = 1
|
||||
vfr = true
|
||||
font_family = FiraCode Nerd Font
|
||||
}
|
||||
|
||||
|
@@ -12,6 +12,7 @@ windowrulev2=noblur,class:^()$,title:^()$
|
||||
|
||||
# games for tearing add the immediate rule
|
||||
windowrule = immediate, class:^(cs2)$
|
||||
windowrule = immediate, class:^(gamescope)$
|
||||
|
||||
# Float Windows
|
||||
windowrule=float,title:^(Open File)$
|
||||
@@ -46,10 +47,20 @@ windowrule=center,title:^(pinentry-gtk-2)$
|
||||
windowrule=center,title:^(Confirm to replace files)$
|
||||
windowrule=center,title:^(File Operation Progress)$
|
||||
windowrule=center,class:^(pavucontrol|blueman-manager|nm-connection-editor)$
|
||||
windowrule=noblur,title:^(Open File)$
|
||||
windowrule=noblur,title:^(Select a File)$
|
||||
windowrule=noblur,title:^(Choose a file)$
|
||||
windowrule=noblur,title:^(Save As)$
|
||||
windowrule=noblur,title:^(Save File)$
|
||||
windowrule=noblur,title:^(branchdialog)$
|
||||
windowrule=noblur,title:^(pinentry-gtk-2)$
|
||||
windowrule=noblur,title:^(Confirm to replace files)$
|
||||
windowrule=noblur,title:^(File Operation Progress)$
|
||||
windowrule=noblur,class:^(pavucontrol|blueman-manager|nm-connection-editor)$
|
||||
|
||||
# Workspace Rules
|
||||
windowrule=workspace 1,class:^(firefox)$
|
||||
windowrule=workspace 2,class:^(kitty)$
|
||||
windowrule=workspace 3,class:^(Code)$
|
||||
windowrule=workspace 4,class:^(steam)$
|
||||
windowrule=workspace 5,class:^(discord)$
|
||||
# windowrule=workspace 1,class:^(firefox)$
|
||||
# windowrule=workspace 2,class:^(kitty)$
|
||||
# windowrule=workspace 3,class:^(Code)$
|
||||
# windowrule=workspace 4,class:^(steam)$
|
||||
# windowrule=workspace 5,class:^(discord)$
|
||||
|
Reference in New Issue
Block a user