Compare commits

..

7 commits

3 changed files with 28 additions and 8 deletions

View file

@ -7,10 +7,10 @@ monitor=,preferred,auto,1
input { input {
kb_file= kb_file=
kb_layout= kb_layout=us,us(3l)
kb_variant= kb_variant=
kb_model= kb_model=
kb_options= kb_options=grp:ralt_rshift_toggle
kb_rules= kb_rules=
follow_mouse=1 follow_mouse=1
@ -22,7 +22,7 @@ input {
sensitivity=0 # -1.0 - 1.0, 0 means no modification. sensitivity=0 # -1.0 - 1.0, 0 means no modification.
repeat_rate=50 repeat_rate=50
repeat_delay=500 repeat_delay=250
} }
general { general {
@ -34,7 +34,7 @@ general {
layout=dwindle layout=dwindle
apply_sens_to_raw=0 # whether to apply the sensitivity to raw input (e.g. used by games where you aim using your mouse) #apply_sens_to_raw=0 # whether to apply the sensitivity to raw input (e.g. used by games where you aim using your mouse)
#damage_tracking=full # leave it on full unless you hate your GPU and want to make it suffer #damage_tracking=full # leave it on full unless you hate your GPU and want to make it suffer
} }
@ -53,6 +53,7 @@ animations {
animation=border,1,0.5,default animation=border,1,0.5,default
animation=fade,1,0.5,default animation=fade,1,0.5,default
animation=workspaces,1,0.5,default animation=workspaces,1,0.5,default
animation=layers,1,0.5,default
} }
dwindle { dwindle {
@ -70,8 +71,19 @@ misc {
swallow_regex=^(alacritty|kitty|footclient)$ swallow_regex=^(alacritty|kitty|footclient)$
disable_hyprland_logo=true disable_hyprland_logo=true
vrr=true vrr=true
#mouse_move_enables_dpms=true mouse_move_enables_dpms=true
#key_press_enables_dpms=true key_press_enables_dpms=true
}
group {
drag_into_group=1
col.border_active=0x66ee1111
col.border_inactive=0x66333333
groupbar {
col.active=0xAAee1111
col.inactive=0xAA333333
}
} }
# example window rules # example window rules
@ -107,7 +119,7 @@ bind=SUPER,f,fullscreen,0
bind=SUPER,m,fullscreen,1 bind=SUPER,m,fullscreen,1
bind=SUPER,w,togglegroup bind=SUPER,w,togglegroup
bind=SUPERCTRL,w,moveoutofgroup bind=SUPERCTRL,w,moveoutofgroup
bind=SUPERALT,f,fakefullscreen,1 #bind=SUPERALT,f,fakefullscreen,1
bind=SUPERSHIFT,Space,togglefloating, bind=SUPERSHIFT,Space,togglefloating,
bind=SUPERSHIFT,Q,killactive, bind=SUPERSHIFT,Q,killactive,

View file

@ -6,7 +6,7 @@
"modules-left": ["hyprland/workspaces"], "modules-left": ["hyprland/workspaces"],
"modules-center": ["hyprland/window"], "modules-center": ["hyprland/window"],
//"modules-right": ["tray", "custom/spotify", "custom/weather", "custom/mail", "custom/storage", "backlight", "pulseaudio", "network", "idle_inhibitor", "battery", "clock"], //"modules-right": ["tray", "custom/spotify", "custom/weather", "custom/mail", "custom/storage", "backlight", "pulseaudio", "network", "idle_inhibitor", "battery", "clock"],
"modules-right": ["pulseaudio#hyprland", "backlight", "idle_inhibitor", "network#hyprland", "battery", "clock", "tray"], "modules-right": ["hyprland/language", "pulseaudio#hyprland", "backlight", "idle_inhibitor", "network#hyprland", "battery", "clock", "tray"],
"include": "~/.config/waybar/modules", "include": "~/.config/waybar/modules",
} }

View file

@ -21,6 +21,14 @@
"tooltip": true "tooltip": true
}, },
"hyprland/language": {
"format": "[{short}-{shortDescription}{variant}]",
"tooltip-format": "{long}",
//"on-click": "swaymsg input type:keyboard xkb_switch_layout next",
"max-length": 15,
"tooltip": true
},
"hyprland/window": { "hyprland/window": {
"max-length": 80, "max-length": 80,
"tooltip": false "tooltip": false