update
This commit is contained in:
parent
3e7a2b2089
commit
3480fa92fe
131 changed files with 12083 additions and 1287 deletions
|
@ -37,11 +37,12 @@ env = GTK_THEME, Adwaita-dark
|
|||
|
||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
input {
|
||||
kb_layout = us,pk
|
||||
kb_layout =
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options = grp:win_space_toggle , caps:swapescape
|
||||
kb_rules =
|
||||
kb_options =
|
||||
kb_rules =
|
||||
kb_file = /home/rafayahmad/.config/hypr/pauseMod3.xkb
|
||||
numlock_by_default = true
|
||||
|
||||
follow_mouse = 1
|
||||
|
@ -119,6 +120,7 @@ gestures {
|
|||
misc {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
|
||||
enable_anr_dialog = false
|
||||
}
|
||||
|
||||
# Example per-device config
|
||||
|
@ -133,9 +135,7 @@ misc {
|
|||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||
# windowrulev2 = nomaximizerequest, class:.* # You'll probably like this.
|
||||
windowrule = float, title:nmtui
|
||||
windowrule = float, title:UltimMC
|
||||
windowrule = float, title:rofi
|
||||
|
||||
windowrulev2 = float, class:(clipse)
|
||||
windowrulev2 = size 700 600, class:(clipse)
|
||||
windowrulev2 = float, class:^(xdg-desktop-portal-gtk|gtk3-filechooser-dialog)$
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue