2024-06-25 04:40:13 -05:00
|
|
|
source = ~/.config/hypr/frappe.conf # Catppuccin colorscheme
|
|
|
|
|
|
|
|
# < Start Section >
|
|
|
|
# monitors
|
|
|
|
|
|
|
|
monitor = eDP-1, highrr, 0x0, 1.00
|
|
|
|
monitor = , highrr, 1920x0, 1.00
|
|
|
|
|
|
|
|
# < End Section >
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# < Start Section >
|
|
|
|
# startup applications
|
|
|
|
|
|
|
|
# environment launches
|
|
|
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # for XDPH
|
|
|
|
exec-once = dbus-update-activation-environment --systemd --all
|
|
|
|
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
|
|
|
exec-once = /usr/lib/polkit-kde-authentication-agent-1 # authentication dialogue for GUI apps
|
|
|
|
exec-once = gsettings set org.gnome.desktop.interface gtk-theme 'Catppuccin-Mocha'
|
|
|
|
exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
2024-01-16 18:25:48 -06:00
|
|
|
|
2024-04-18 13:12:39 -05:00
|
|
|
exec-once = waybar -c ~/.config/waybar/config
|
2024-01-25 02:04:27 -06:00
|
|
|
exec-once = dunst
|
2025-03-03 23:46:53 -06:00
|
|
|
exec-once = swww-daemon
|
2024-06-25 04:40:13 -05:00
|
|
|
exec-once = syncthing --no-browser
|
|
|
|
|
|
|
|
# main applications
|
|
|
|
#exec-once = discord --enable-features=UseOzonePlatform --ozone-platform=wayland
|
|
|
|
exec-once = spotify --disable-gpu
|
|
|
|
exec-once = alacritty
|
|
|
|
exec-once = firefox
|
|
|
|
#exec-once = taskset -c 1-7 steam
|
|
|
|
#exec-once = taskset -c 1-7 gamescope -W 3200 -H 1100 -b -- steam
|
|
|
|
exec-once = bolt
|
|
|
|
|
|
|
|
# < End Section >
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# < Start Section >
|
|
|
|
# workspace rules
|
|
|
|
|
|
|
|
workspace = 1, monitor:eDP-1, persistent:true, default:true
|
2025-03-03 23:46:53 -06:00
|
|
|
workspace = 2, monitor:eDP-1, persistent:true
|
2024-06-25 04:40:13 -05:00
|
|
|
workspace = 3, monitor:eDP-1, persistent:true
|
|
|
|
workspace = 4, monitor:eDP-1, persistent:true
|
|
|
|
workspace = 5, monitor:eDP-1, persistent:true
|
|
|
|
|
|
|
|
# last workspace for hdmi
|
|
|
|
workspace = 6, monitor:HDMI-A-1
|
|
|
|
|
|
|
|
# < End Section >
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# < Start Section >
|
|
|
|
# variables
|
|
|
|
|
2025-03-03 23:46:53 -06:00
|
|
|
|
2024-06-25 04:40:13 -05:00
|
|
|
general {
|
2025-03-03 23:46:53 -06:00
|
|
|
gaps_in = 0
|
|
|
|
gaps_out = 4
|
|
|
|
border_size = 0
|
|
|
|
col.active_border = 0x000000
|
|
|
|
col.inactive_border = 0x000000
|
|
|
|
layout = master
|
|
|
|
resize_on_border = false
|
2024-06-25 04:40:13 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
decoration {
|
|
|
|
drop_shadow = false
|
2025-03-03 23:46:53 -06:00
|
|
|
rounding = 0
|
|
|
|
dim_special = 0.3
|
|
|
|
fullscreen_opacity = 1.0
|
|
|
|
|
|
|
|
blur {
|
|
|
|
enabled = true
|
|
|
|
special = true
|
|
|
|
size = 6
|
|
|
|
passes = 3
|
|
|
|
new_optimizations = true
|
|
|
|
ignore_opacity = true
|
|
|
|
xray = false
|
|
|
|
}
|
2024-06-25 04:40:13 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
animations {
|
2025-03-03 23:46:53 -06:00
|
|
|
enabled = true
|
|
|
|
bezier = wind, 0.05, 0.9, 0.1, 1.05
|
|
|
|
bezier = winIn, 0.1, 1.1, 0.1, 1.1
|
|
|
|
bezier = winOut, 0.3, -0.3, 0, 1
|
|
|
|
bezier = liner, 1, 1, 1, 1
|
|
|
|
animation = windows, 1, 6, wind, slide
|
|
|
|
animation = windowsIn, 1, 6, winIn, slide
|
|
|
|
animation = windowsOut, 1, 5, winOut, slide
|
|
|
|
animation = windowsMove, 1, 5, wind, slide
|
|
|
|
animation = border, 1, 1, liner
|
|
|
|
animation = borderangle, 1, 30, liner, loop
|
|
|
|
animation = fade, 1, 10, default
|
|
|
|
animation = workspaces, 1, 5, wind
|
2024-06-25 04:40:13 -05:00
|
|
|
}
|
2024-01-16 18:25:48 -06:00
|
|
|
|
|
|
|
input {
|
2025-03-03 23:46:53 -06:00
|
|
|
kb_layout = us
|
|
|
|
kb_options = caps:escape
|
|
|
|
follow_mouse = 2
|
|
|
|
mouse_refocus = false;
|
|
|
|
|
|
|
|
sensitivity = 0
|
|
|
|
force_no_accel = 1
|
|
|
|
touchpad {
|
|
|
|
natural_scroll = true
|
|
|
|
}
|
2024-06-25 04:40:13 -05:00
|
|
|
}
|
2024-01-16 19:28:26 -06:00
|
|
|
|
2024-06-25 04:40:13 -05:00
|
|
|
gestures {
|
2025-03-03 23:46:53 -06:00
|
|
|
workspace_swipe = false
|
2024-06-25 04:40:13 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
group {
|
2025-03-03 23:46:53 -06:00
|
|
|
col.border_active = rgba(ca9ee6ff) rgba(f2d5cfff) 45deg
|
|
|
|
col.border_inactive = rgba(b4befecc) rgba(6c7086cc) 45deg
|
|
|
|
col.border_locked_active = rgba(ca9ee6ff) rgba(f2d5cfff) 45deg
|
|
|
|
col.border_locked_inactive = rgba(b4befecc) rgba(6c7086cc) 45deg
|
2024-06-25 04:40:13 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
misc {
|
2025-03-03 23:46:53 -06:00
|
|
|
disable_hyprland_logo = true
|
|
|
|
disable_splash_rendering = true
|
|
|
|
force_default_wallpaper = 0
|
|
|
|
vrr = 1
|
|
|
|
vfr = true
|
2024-06-25 04:40:13 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
xwayland {
|
2025-03-03 23:46:53 -06:00
|
|
|
# latest configuration
|
|
|
|
# use_nearset_neighbor
|
|
|
|
# force_zero_scaling
|
|
|
|
# current configuration
|
|
|
|
use_nearest_neighbor = true
|
|
|
|
force_zero_scaling = false
|
2024-06-25 04:40:13 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
cursor {
|
2025-03-03 23:46:53 -06:00
|
|
|
no_hardware_cursors = true
|
|
|
|
inactive_timeout = 2
|
|
|
|
no_warps = false
|
|
|
|
default_monitor = DP-1
|
2024-06-25 04:40:13 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
debug {
|
2025-03-03 23:46:53 -06:00
|
|
|
disable_logs = true
|
|
|
|
#disable_logs
|
2024-01-16 18:25:48 -06:00
|
|
|
}
|
|
|
|
|
2024-04-18 13:12:39 -05:00
|
|
|
# Disable touchscreen
|
|
|
|
device {
|
2025-03-03 23:46:53 -06:00
|
|
|
name = gxtp7386:00-27c6:011a
|
|
|
|
enabled = false
|
2024-04-18 13:12:39 -05:00
|
|
|
}
|
|
|
|
|
2024-01-16 18:25:48 -06:00
|
|
|
|
2024-06-25 04:40:13 -05:00
|
|
|
# < End Section >
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# < Start Section >
|
|
|
|
# dwindle layout
|
|
|
|
|
2024-01-16 18:25:48 -06:00
|
|
|
dwindle {
|
2025-03-03 23:46:53 -06:00
|
|
|
pseudotile = true
|
|
|
|
preserve_split = true
|
2024-01-16 18:25:48 -06:00
|
|
|
}
|
|
|
|
|
2024-06-25 04:40:13 -05:00
|
|
|
# < End Section >
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# < Start Section >
|
2025-03-03 23:46:53 -06:00
|
|
|
# master layout
|
2024-06-25 04:40:13 -05:00
|
|
|
|
2024-01-16 18:25:48 -06:00
|
|
|
master {
|
2025-03-03 23:46:53 -06:00
|
|
|
new_status = master
|
2024-01-16 18:25:48 -06:00
|
|
|
}
|
|
|
|
|
2024-06-25 04:40:13 -05:00
|
|
|
# < End Section >
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# < Start Section >
|
|
|
|
# window rules
|
2024-01-16 19:28:26 -06:00
|
|
|
|
2024-06-25 04:40:13 -05:00
|
|
|
# core
|
2025-03-03 23:46:53 -06:00
|
|
|
workspace = w[t1], gapsout:0, border:0, rounding:0
|
|
|
|
windowrulev2 = suppressevent maximize, class:^(.*)$
|
2024-06-25 04:40:13 -05:00
|
|
|
windowrulev2 = opacity 0.80 0.80,class:^(.*)$
|
|
|
|
windowrulev2 = opacity 0.80 0.70,class:^(pavucontrol)$
|
|
|
|
windowrulev2 = opacity 0.80 0.70,class:^(org.kde.polkit-kde-authentication-agent-1)$
|
|
|
|
windowrulev2 = float, class:^(qt5ct)$
|
|
|
|
windowrulev2 = float, class:^(nwg-look)$
|
|
|
|
windowrulev2 = float, class:^(pavucontrol)$
|
|
|
|
windowrulev2 = float, class:^(org.kde.polkit-kde-authentication-agent-1)$
|
2024-01-16 18:25:48 -06:00
|
|
|
|
2024-06-25 04:40:13 -05:00
|
|
|
# main
|
|
|
|
windowrulev2 = workspace 1 silent, class:^(discord)$
|
2025-03-03 23:46:53 -06:00
|
|
|
windowrulev2 = workspace 1 silent, class:^(vesktop)$
|
|
|
|
windowrulev2 = workspace 1 silent, class:^(thunderbird)$
|
|
|
|
windowrulev2 = workspace 1 silent, class:^(Dopamine)$
|
|
|
|
windowrulev2 = workspace 1 silent, class:^(spotify)$
|
2024-06-25 04:40:13 -05:00
|
|
|
windowrulev2 = workspace 2 silent, class:^(Alacritty)$
|
|
|
|
windowrulev2 = workspace 3 silent, class:^(firefox)$
|
|
|
|
|
|
|
|
# development
|
2025-03-03 23:46:53 -06:00
|
|
|
windowrulev2 = float, class:^(VirtualBox.*)$
|
|
|
|
windowrulev2 = float, title:^(SnakePlusPlus)$
|
|
|
|
windowrulev2 = center, title:^(SnakePlusPlus)$
|
|
|
|
windowrulev2 = opacity 0.4, title:^(SnakePlusPlus)$
|
|
|
|
windowrulev2 = float, title:^(TetrisPlusPlus)$
|
|
|
|
windowrulev2 = center, title:^(TetrisPlusPlus)$
|
|
|
|
windowrulev2 = workspace 5 silent, class:^(aquamarine)$
|
|
|
|
windowrulev2 = fullscreen, class:^(aquamarine)$
|
2024-06-25 04:40:13 -05:00
|
|
|
|
|
|
|
# layer rules
|
|
|
|
layerrule = blur,waybar
|
|
|
|
layerrule = ignorezero, waybar
|
|
|
|
|
|
|
|
# < End Section >
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# < Start Section >
|
|
|
|
# keybinds
|
|
|
|
|
|
|
|
# main modifier
|
2024-01-16 19:28:26 -06:00
|
|
|
$mainMod = SUPER
|
2024-06-25 04:40:13 -05:00
|
|
|
|
|
|
|
# passthrough
|
|
|
|
bind = , mouse:275, pass, ^(discord)$
|
|
|
|
bind = SHIFT, mouse:275, pass, ^(discord)$
|
|
|
|
|
|
|
|
# core binds
|
2025-03-03 23:46:53 -06:00
|
|
|
bind = $mainMod SHIFT, Q, killactive,
|
2024-06-25 04:40:13 -05:00
|
|
|
bind = $mainMod SHIFT, M, exit
|
2025-03-03 23:46:53 -06:00
|
|
|
bind = $mainMod, SPACE, togglefloating,
|
2024-06-25 04:40:13 -05:00
|
|
|
bind = $mainMod, F, fullscreen,
|
|
|
|
bind = $mainMod SHIFT, L, exec, hyprlock
|
|
|
|
bind = $mainMod $CONTROL, ESCAPE, exec, killall waybar || waybar # toggle waybar
|
|
|
|
bind = $mainMod SHIFT, J, togglesplit, # dwindle
|
|
|
|
bind = $mainMod SHIFT, SPACE, pseudo, # dwindle
|
|
|
|
|
|
|
|
# main application shortcuts
|
2024-01-16 18:25:48 -06:00
|
|
|
bind = $mainMod, RETURN, exec, alacritty
|
2024-06-25 04:40:13 -05:00
|
|
|
bind = $mainMod SHIFT, S, exec, grim -g "$(slurp)" - | wl-copy
|
|
|
|
bind = $mainMod SHIFT, 7, exec, taskset -c 1-7 prismlauncher
|
2024-01-25 02:04:27 -06:00
|
|
|
bind = $mainMod, S, exec, pkill -x rofi || rofi -show drun
|
2024-06-25 04:40:13 -05:00
|
|
|
|
|
|
|
# generic audio control
|
|
|
|
binde = , XF86AudioPlay, exec, playerctl play-pause
|
2025-03-03 23:46:53 -06:00
|
|
|
binde = , XF86AudioStop, exec, playerctl stop
|
2024-06-25 04:40:13 -05:00
|
|
|
binde = , XF86AudioPrev, exec, playerctl previous
|
2025-03-03 23:46:53 -06:00
|
|
|
binde = , XF86AudioNext, exec, playerctl next
|
2024-06-25 04:40:13 -05:00
|
|
|
binde = , XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
|
|
|
|
binde = , XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -5%
|
|
|
|
binde = , XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +5%
|
|
|
|
|
|
|
|
# custom audio control
|
|
|
|
binde = $mainMod, F1, exec, playerctl play-pause
|
|
|
|
binde = $mainMod, F2, exec, playerctl previous
|
2025-03-03 23:46:53 -06:00
|
|
|
binde = $mainMod, F3, exec, playerctl next
|
2024-01-16 18:25:48 -06:00
|
|
|
|
2024-01-16 19:28:26 -06:00
|
|
|
# Laptop binds
|
|
|
|
binde = , XF86MonBrightnessDown, exec, brightnessctl set 5%-
|
|
|
|
binde = , XF86MonBrightnessUp, exec, brightnessctl set 5%+
|
2024-01-16 18:25:48 -06:00
|
|
|
|
2025-03-03 23:46:53 -06:00
|
|
|
# move focus
|
2024-01-16 18:25:48 -06:00
|
|
|
bind = $mainMod, h, movefocus, l
|
|
|
|
bind = $mainMod, l, movefocus, r
|
|
|
|
bind = $mainMod, k, movefocus, u
|
|
|
|
bind = $mainMod, j, movefocus, d
|
|
|
|
|
2024-06-25 04:40:13 -05:00
|
|
|
# workspaces
|
2024-01-16 18:25:48 -06:00
|
|
|
bind = $mainMod, 1, workspace, 1
|
|
|
|
bind = $mainMod, 2, workspace, 2
|
|
|
|
bind = $mainMod, 3, workspace, 3
|
|
|
|
bind = $mainMod, 4, workspace, 4
|
|
|
|
bind = $mainMod, 5, workspace, 5
|
2024-06-25 04:40:13 -05:00
|
|
|
bind = $mainMod, 6, workspace, 6
|
2024-01-16 18:25:48 -06:00
|
|
|
bind = $mainMod SHIFT, 1, movetoworkspace, 1
|
|
|
|
bind = $mainMod SHIFT, 2, movetoworkspace, 2
|
|
|
|
bind = $mainMod SHIFT, 3, movetoworkspace, 3
|
|
|
|
bind = $mainMod SHIFT, 4, movetoworkspace, 4
|
|
|
|
bind = $mainMod SHIFT, 5, movetoworkspace, 5
|
2024-06-25 04:40:13 -05:00
|
|
|
bind = $mainMod SHIFT, 6, movetoworkspace, 6
|
|
|
|
bind = $mainMod ALT, 1, movetoworkspacesilent, 1
|
|
|
|
bind = $mainMod ALT, 2, movetoworkspacesilent, 2
|
|
|
|
bind = $mainMod ALT, 3, movetoworkspacesilent, 3
|
|
|
|
bind = $mainMod ALT, 4, movetoworkspacesilent, 4
|
|
|
|
bind = $mainMod ALT, 5, movetoworkspacesilent, 5
|
|
|
|
bind = $mainMod ALT, 6, movetoworkspacesilent, 6
|
2024-01-16 18:25:48 -06:00
|
|
|
|
2024-06-25 04:40:13 -05:00
|
|
|
# resizing windows
|
|
|
|
binde = $mainMod, right, resizeactive, 5 0
|
|
|
|
binde = $mainMod, left, resizeactive, -5 0
|
|
|
|
binde = $mainMod, up, resizeactive, 0 -5
|
|
|
|
binde = $mainMod, down, resizeactive, 0 5
|
2024-01-16 18:25:48 -06:00
|
|
|
bindm = $mainMod, mouse:272, movewindow
|
|
|
|
bindm = $mainMod, mouse:273, resizewindow
|
|
|
|
|
2024-06-25 04:40:13 -05:00
|
|
|
# < End Section >
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# < Start Section >
|
|
|
|
# environment variables
|
|
|
|
|
|
|
|
env = XDG_CURRENT_DESKTOP,Hyprland
|
|
|
|
env = XDG_SESSION_DESKTOP,Hyprland
|
|
|
|
env = MOZ_ENABLE_WAYLAND,1
|
|
|
|
env = HYPRCURSOR_THEME, rose-pine-hyprcursor
|
|
|
|
env = HYPRCURSOR_SIZE, 24
|
|
|
|
|
|
|
|
# < End Section >
|
2024-01-16 18:25:48 -06:00
|
|
|
|