|
|
|
@@ -16,8 +16,11 @@ source = ~/.config/hypr/conf/monitor.conf
|
|
|
|
|
# Autostart
|
|
|
|
|
# -----------------------------------------------------
|
|
|
|
|
source = ~/.config/hypr/conf/autostart.conf
|
|
|
|
|
# Source a file (multi-file configs)
|
|
|
|
|
# source = ~/.config/hypr/myColors.conf
|
|
|
|
|
|
|
|
|
|
# -----------------------------------------------------
|
|
|
|
|
# Backlight
|
|
|
|
|
# -----------------------------------------------------
|
|
|
|
|
source = ~/.config/hypr/conf/backlight.conf
|
|
|
|
|
|
|
|
|
|
# Set programs that you use
|
|
|
|
|
$terminal = kitty
|
|
|
|
@@ -112,7 +115,7 @@ animations {
|
|
|
|
|
animation = border, 1, 10, default
|
|
|
|
|
animation = borderangle, 1, 8, default
|
|
|
|
|
animation = fade, 1, 7, default
|
|
|
|
|
animation = workspaces, 1, 4, default
|
|
|
|
|
animation = workspaces, 1, 4, default, fade
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dwindle {
|
|
|
|
@@ -123,7 +126,7 @@ dwindle {
|
|
|
|
|
|
|
|
|
|
master {
|
|
|
|
|
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
|
|
|
|
new_is_master = true
|
|
|
|
|
new_status = master
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
gestures {
|
|
|
|
@@ -162,7 +165,7 @@ windowrulev2 = opacity 0.85,class:^(nemo)
|
|
|
|
|
windowrulev2 = opacity 0.90,class:^(Code)
|
|
|
|
|
windowrule = opacity 0.90, ^(Spotify)$
|
|
|
|
|
windowrule = opacity 0.85, ^(thunar)$
|
|
|
|
|
windowrule = opacity 0.80, ^(org.qbittorrent.qBittorrent)$
|
|
|
|
|
windowrule = opacity 0.90, ^(org.qbittorrent.qBittorrent)$
|
|
|
|
|
layerrule = blur, rofi
|
|
|
|
|
layerrule = blur, waybar
|
|
|
|
|
layerrule = xray[0], rofi
|
|
|
|
@@ -255,11 +258,6 @@ bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
|
|
|
|
bindr=SUPER, SUPER_L, exec, pkill rofi || rofi -show drun
|
|
|
|
|
bind = SUPER, U, exec, rofi -show filebrowser
|
|
|
|
|
|
|
|
|
|
# Backlight
|
|
|
|
|
# Keyboard backlight
|
|
|
|
|
bindel = , XF86MonBrightnessUp, exec, brightnessctl -d intel_backlight set +5%
|
|
|
|
|
bindel = , XF86MonBrightnessDown, exec, brightnessctl -d intel_backlight set 5%-
|
|
|
|
|
|
|
|
|
|
# Fan control
|
|
|
|
|
bind = CTRL ALT, L, exec, nbfc set -f 0 1 -s 30
|
|
|
|
|
bind = CTRL ALT, M, exec, nbfc set -f 0 1 -s 100
|
|
|
|
@@ -293,4 +291,3 @@ windowrulev2 = monitor 1,class:(hollow_knight.exe)
|
|
|
|
|
windowrulev2 = workspace 10,class:(hollow_knight.exe)
|
|
|
|
|
workspace = 10, border:false, rounding:false,gapsin:0,gapsout:0,shadow:false,rounding:false,decorare:false,on-created-empty:bash ~/.config/hypr/gamemode.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|