2023-10-14 20:49:30 +01:00
|
|
|
{ config, pkgs, ... }:
|
2023-10-23 13:21:16 +01:00
|
|
|
let
|
|
|
|
themeName = config.gtk.theme.name;
|
|
|
|
cursorName = config.gtk.cursorTheme.name;
|
2023-11-08 07:35:03 +00:00
|
|
|
cursorSize = toString config.gtk.cursorTheme.size;
|
2023-09-24 10:29:51 +01:00
|
|
|
in ''
|
2023-09-04 08:53:41 +01:00
|
|
|
source = ./extra.conf
|
2023-08-22 09:44:40 +01:00
|
|
|
monitor=,preferred,auto,auto
|
|
|
|
|
|
|
|
env = XDG_CURRENT_DESKTOP=Hyprland
|
|
|
|
env = XDG_SESSION_TYPE=wayland
|
|
|
|
env = XDG_SESSION_DESKTOP=Hyprland
|
|
|
|
env = GDK_BACKEND=wayland,x11
|
2023-10-23 13:21:16 +01:00
|
|
|
env = GTK_THEME,${themeName}
|
|
|
|
env = XCURSOR_THEME,${cursorName}
|
|
|
|
env = XCURSOR_SIZE,${cursorSize}
|
2023-09-24 10:29:51 +01:00
|
|
|
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
|
|
|
env = QT_QPA_PLATFORM,wayland
|
|
|
|
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
|
|
|
env = MOZ_ENABLE_WAYLAND,1
|
2023-12-11 11:16:33 +00:00
|
|
|
env = GRIM_DEFAULT_DIR=${config.xdg.userDirs.pictures}/Grim
|
2023-09-13 06:17:51 +01:00
|
|
|
|
2023-10-23 13:21:16 +01:00
|
|
|
exec-once = hyprctl setcursor ${cursorName} ${cursorSize}
|
|
|
|
exec-once = dbus-update-activation-environment --systemd --all
|
|
|
|
exec-once = systemctl --user import-environment WAYLAND_DISPLAY QT_QPA_PLATFORMTHEME
|
2023-10-23 22:38:35 +01:00
|
|
|
exec-once = systemctl --user restart xdg-desktop-portal.service xdg-desktop-portal-hyprland.service avizo.service
|
2023-10-23 13:21:16 +01:00
|
|
|
|
2023-10-25 07:40:39 +01:00
|
|
|
gestures:workspace_swipe = true
|
2023-09-24 10:29:51 +01:00
|
|
|
|
2023-08-22 09:44:40 +01:00
|
|
|
input {
|
|
|
|
kb_layout = gb
|
2023-10-25 07:40:39 +01:00
|
|
|
kb_options = ctrl:nocaps
|
2024-01-11 14:26:36 +00:00
|
|
|
follow_mouse = 2
|
2023-10-25 07:40:39 +01:00
|
|
|
touchpad:natural_scroll = yes
|
2023-08-22 09:44:40 +01:00
|
|
|
}
|
|
|
|
|
2024-01-05 07:40:32 +00:00
|
|
|
master {
|
|
|
|
allow_small_split = true
|
|
|
|
mfact = 0.5
|
|
|
|
new_is_master = false
|
|
|
|
new_on_top = false
|
|
|
|
orientation = left
|
|
|
|
inherit_fullscreen = true
|
|
|
|
}
|
|
|
|
|
2023-11-21 11:38:56 +00:00
|
|
|
dwindle:force_split = 2
|
2024-01-05 07:40:32 +00:00
|
|
|
|
2023-08-22 09:44:40 +01:00
|
|
|
general {
|
2024-01-05 07:40:32 +00:00
|
|
|
col.active_border = rgb(b4befe)
|
|
|
|
col.inactive_border = rgb(313244)
|
2023-11-04 15:51:05 +00:00
|
|
|
gaps_in = 5
|
|
|
|
gaps_out = 10
|
2023-09-24 10:29:51 +01:00
|
|
|
border_size = 1
|
2023-08-22 09:44:40 +01:00
|
|
|
cursor_inactive_timeout = 5
|
2024-01-05 07:40:32 +00:00
|
|
|
layout = master
|
2023-10-01 13:05:59 +01:00
|
|
|
}
|
|
|
|
|
2023-08-22 09:44:40 +01:00
|
|
|
decoration {
|
2023-10-22 12:58:15 +01:00
|
|
|
rounding = 10
|
2024-01-10 11:04:20 +00:00
|
|
|
col.shadow=rgba(0d0e1c99)
|
2023-08-22 09:44:40 +01:00
|
|
|
drop_shadow = yes
|
2023-09-24 10:29:51 +01:00
|
|
|
shadow_ignore_window = true
|
2023-08-22 09:44:40 +01:00
|
|
|
shadow_range = 4
|
|
|
|
shadow_render_power = 3
|
|
|
|
blur {
|
|
|
|
enabled = true
|
|
|
|
size = 5
|
|
|
|
passes = 3
|
2023-09-24 10:29:51 +01:00
|
|
|
new_optimizations = true
|
|
|
|
brightness = 1.0
|
|
|
|
noise = 0.02
|
2023-08-22 09:44:40 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
animations {
|
|
|
|
enabled = yes
|
2023-09-28 07:25:42 +01:00
|
|
|
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
2023-08-22 09:44:40 +01:00
|
|
|
animation = windows, 1, 7, myBezier
|
|
|
|
animation = windowsOut, 1, 7, default, popin 80%
|
|
|
|
animation = border, 1, 10, default
|
|
|
|
animation = borderangle, 1, 8, default
|
|
|
|
animation = fade, 1, 7, default
|
|
|
|
animation = workspaces, 1, 6, default
|
|
|
|
}
|
2023-12-26 11:01:49 +00:00
|
|
|
misc {
|
2024-01-10 11:04:20 +00:00
|
|
|
background_color=rgb(0d0e1c)
|
2023-12-26 11:01:49 +00:00
|
|
|
disable_autoreload = true
|
2024-01-11 14:26:36 +00:00
|
|
|
mouse_move_enables_dpms = true
|
|
|
|
key_press_enables_dpms = true
|
2023-12-26 11:01:49 +00:00
|
|
|
}
|
2023-08-22 09:44:40 +01:00
|
|
|
|
2023-10-25 07:40:39 +01:00
|
|
|
xwayland:force_zero_scaling = true
|
2023-08-22 09:44:40 +01:00
|
|
|
|
|
|
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
2024-01-03 15:40:21 +00:00
|
|
|
bind = SUPER, F1, exec, swaylock
|
2023-10-03 07:31:47 +01:00
|
|
|
bind = SUPER, Q, killactive,
|
2023-10-30 17:54:50 +00:00
|
|
|
bind = SUPER SHIFT, Q, exec, rofi -replace -show power-menu
|
2023-10-03 07:31:47 +01:00
|
|
|
bind = SUPER, V, togglefloating
|
2024-01-14 08:08:21 +00:00
|
|
|
bind = SUPER, M, fullscreen, 0
|
|
|
|
bind = SUPER SHIFT, M, fullscreen, 1
|
2023-10-30 17:54:50 +00:00
|
|
|
bind = SUPER, tab, exec, rofi -replace -show window
|
2023-11-04 12:00:40 +00:00
|
|
|
bind = SUPER, P, exec, pkill rofi || rofi-pass
|
|
|
|
bind = SUPER SHIFT, P, exec, pkill rofi || rofi-pass --last-used
|
2023-11-30 08:33:31 +00:00
|
|
|
bind = SUPER ALT, P, exec, pkill rofi || rofi-pass --insert
|
2024-01-03 19:18:40 +00:00
|
|
|
bind = SUPER, Z, exec, swaync-client -t -sw
|
|
|
|
bind = SUPER SHIFT, Z, exec, swaync-client -d -sw
|
2023-08-22 09:44:40 +01:00
|
|
|
|
|
|
|
# Common program shortcuts
|
2023-11-21 17:01:21 +00:00
|
|
|
bind = SUPER, Space, exec, rofi -replace -show combi
|
2023-12-28 11:37:22 +00:00
|
|
|
bind = SUPER, Return, exec, foot
|
|
|
|
bind = SUPER SHIFT, Return, exec, [float] foot
|
2024-01-14 15:26:17 +00:00
|
|
|
bind = SUPER, X, exec, emacsclient -c
|
2023-08-23 09:31:52 +01:00
|
|
|
|
2023-08-22 09:44:40 +01:00
|
|
|
# Misc useful binds
|
2023-11-22 13:57:54 +00:00
|
|
|
bind=,Print,exec,grim -g "$(slurp)"
|
2023-11-21 17:01:21 +00:00
|
|
|
bind=,XF86Calculator,exec,rofi -replace -show calc
|
2023-10-12 16:24:55 +01:00
|
|
|
|
2023-08-22 09:44:40 +01:00
|
|
|
# Sound
|
2023-10-19 07:40:03 +01:00
|
|
|
bindl=,XF86AudioMute,exec,${pkgs.avizo}/bin/volumectl %
|
|
|
|
bindl=,XF86AudioMicMute,exec,${pkgs.avizo}/bin/volumectl -m %
|
|
|
|
bindle=,XF86AudioRaiseVolume,exec,${pkgs.avizo}/bin/volumectl -u + 5
|
|
|
|
bindle=,XF86AudioLowerVolume,exec,${pkgs.avizo}/bin/volumectl -u - 5
|
2023-10-12 16:24:55 +01:00
|
|
|
|
2023-08-22 09:44:40 +01:00
|
|
|
# Brightness
|
2023-10-19 07:40:03 +01:00
|
|
|
bindle=,XF86MonBrightnessUp,exec,${pkgs.avizo}/bin/lightctl + 5
|
|
|
|
bindle=,XF86MonBrightnessDown,exec,${pkgs.avizo}/bin/lightctl - 5
|
2023-10-12 16:24:55 +01:00
|
|
|
|
2023-08-22 09:44:40 +01:00
|
|
|
# Playback
|
2023-09-28 06:57:35 +01:00
|
|
|
bindl=,XF86AudioPlay,exec,${pkgs.playerctl}/bin/playerctl play-pause
|
|
|
|
bindl=,XF86AudioStop,exec,${pkgs.playerctl}/bin/playerctl play-pause
|
|
|
|
bindl=,XF86AudioPrev,exec,${pkgs.playerctl}/bin/playerctl previous
|
|
|
|
bindl=,XF86AudioNext,exec,${pkgs.playerctl}/bin/playerctl next
|
2023-08-22 09:44:40 +01:00
|
|
|
|
|
|
|
bind = SUPER, H, movefocus, l
|
|
|
|
bind = SUPER, L, movefocus, r
|
|
|
|
bind = SUPER, K, movefocus, u
|
|
|
|
bind = SUPER, J, movefocus, d
|
|
|
|
bind = SUPER SHIFT, H, movewindow, l
|
|
|
|
bind = SUPER SHIFT, L, movewindow, r
|
|
|
|
bind = SUPER SHIFT, K, movewindow, u
|
|
|
|
bind = SUPER SHIFT, J, movewindow, d
|
|
|
|
|
2023-10-13 13:23:58 +01:00
|
|
|
# Layer rules
|
2024-01-03 16:46:20 +00:00
|
|
|
$layers = ^(waybar|system-menu|rofi|gtk-layer-shell|notifications|swaync-.*)$
|
2023-10-13 13:23:58 +01:00
|
|
|
layerrule = blur, $layers
|
2023-10-19 07:40:03 +01:00
|
|
|
layerrule = ignorealpha 0.3, $layers
|
2023-10-13 13:23:58 +01:00
|
|
|
|
2023-09-05 12:49:33 +01:00
|
|
|
# Window rules
|
2023-12-18 09:56:54 +00:00
|
|
|
windowrule = float,(org.kde.polkit-kde-authentication-agent-1|Pinentry)
|
|
|
|
windowrule = center,(org.kde.polkit-kde-authentication-agent-1|Pinentry)
|
2023-11-05 07:54:53 +00:00
|
|
|
windowrule = pin,(org.kde.polkit-kde-authentication-agent-1|Pinentry)
|
|
|
|
windowrule = dimaround,(org.kde.polkit-kde-authentication-agent-1|Pinentry)
|
|
|
|
windowrule = stayfocused,(org.kde.polkit-kde-authentication-agent-1|Pinentry)
|
2023-12-18 09:56:54 +00:00
|
|
|
windowrule = float,(pavucontrol|.blueman-manager-wrapped|nm-connection-editor)
|
|
|
|
windowrule = size 800 600,(pavucontrol|.blueman-manager-wrapped|nm-connection-editor)
|
2023-11-05 07:54:53 +00:00
|
|
|
windowrule = move onscreen 100%-820 60,(pavucontrol|.blueman-manager-wrapped|nm-connection-editor)
|
2023-12-26 10:51:46 +00:00
|
|
|
|
2024-01-13 17:00:15 +00:00
|
|
|
windowrule = nofullscreenrequest,(org.remmina.Remmina|Nxplayer.bin)
|
|
|
|
windowrule = nomaximizerequest,(org.remmina.Remmina|Nxplayer.bin)
|
|
|
|
windowrulev2 = float,title:(Remmina Remote Desktop Client|Remmina Preferences),class:(org.remmina.Remmina)
|
|
|
|
windowrulev2 = size 800 600,title:(Remmina Remote Desktop Client|Remmina Preferences),class:(org.remmina.Remmina)
|
|
|
|
windowrulev2 = move onscreen 100%-820 60,title:(Remmina Remote Desktop Client|Remmina Preferences),class:(org.remmina.Remmina)
|
|
|
|
|
2023-09-05 12:49:33 +01:00
|
|
|
# Workspace definitions
|
2023-11-12 13:24:09 +00:00
|
|
|
bind = SUPER, 1, moveworkspacetomonitor, 1 current
|
|
|
|
bind = SUPER, 1, workspace, 1
|
|
|
|
bind = SUPER SHIFT, 1, movetoworkspace, 1
|
|
|
|
|
|
|
|
bind = SUPER, 2, moveworkspacetomonitor, 2 current
|
|
|
|
bind = SUPER, 2, workspace, 2
|
|
|
|
bind = SUPER SHIFT, 2, movetoworkspace, 2
|
|
|
|
|
|
|
|
bind = SUPER, 3, moveworkspacetomonitor, 3 current
|
|
|
|
bind = SUPER, 3, workspace, 3
|
|
|
|
bind = SUPER SHIFT, 3, movetoworkspace, 3
|
|
|
|
|
|
|
|
bind = SUPER, 4, moveworkspacetomonitor, 4 current
|
|
|
|
bind = SUPER, 4, workspace, 4
|
|
|
|
bind = SUPER SHIFT, 4, movetoworkspace, 4
|
|
|
|
|
|
|
|
bind = SUPER, 5, moveworkspacetomonitor, 5 current
|
|
|
|
bind = SUPER, 5, workspace, 5
|
|
|
|
bind = SUPER SHIFT, 5, movetoworkspace, 5
|
|
|
|
|
|
|
|
bind = SUPER, 6, moveworkspacetomonitor, 6 current
|
|
|
|
bind = SUPER, 6, workspace, 6
|
|
|
|
bind = SUPER SHIFT, 6, movetoworkspace, 6
|
|
|
|
|
|
|
|
# Named workspaces
|
2024-01-13 17:00:15 +00:00
|
|
|
bind = SUPER, E, moveworkspacetomonitor, name:editor current
|
|
|
|
bind = SUPER, E, workspace, name:editor
|
|
|
|
bind = SUPER SHIFT, E, movetoworkspace, name:editor
|
2023-12-27 10:31:02 +00:00
|
|
|
|
|
|
|
bind = SUPER, T, moveworkspacetomonitor, name:term current
|
|
|
|
bind = SUPER, T, workspace, name:term
|
|
|
|
bind = SUPER SHIFT, T, movetoworkspace, name:term
|
2023-11-12 13:24:09 +00:00
|
|
|
|
2023-11-21 07:01:31 +00:00
|
|
|
bind = SUPER, W, moveworkspacetomonitor, name:web current
|
|
|
|
bind = SUPER, W, workspace, name:web
|
|
|
|
bind = SUPER SHIFT, W, movetoworkspace, name:web
|
2024-01-14 10:30:40 +00:00
|
|
|
windowrule = workspace name:web silent, (nyxt|chromium-browser)
|
2023-11-16 06:44:42 +00:00
|
|
|
|
2024-01-14 08:08:21 +00:00
|
|
|
bind = SUPER, F, moveworkspacetomonitor, name:files current
|
|
|
|
bind = SUPER, F, workspace, name:files
|
|
|
|
bind = SUPER SHIFT, F, movetoworkspace, name:files
|
|
|
|
windowrule = workspace name:files silent, (thunar|czkawka_gui|org.nickvision.tagger)
|
|
|
|
windowrule = workspace name:files silent, (libreoffice|soffice)(.*)
|
|
|
|
windowrule = nomaximizerequest, (libreoffice|soffice)(.*)
|
|
|
|
windowrule = nofullscreenrequest, (libreoffice|soffice)(.*)
|
|
|
|
windowrulev2 = float,title:(Open),class:(libreoffice|soffice)(.*))
|
|
|
|
|
2024-01-13 17:00:15 +00:00
|
|
|
bind = SUPER, B, moveworkspacetomonitor, name:btm current
|
|
|
|
bind = SUPER, B, workspace, name:btm
|
|
|
|
bind = SUPER SHIFT, B, movetoworkspace, name:btm
|
|
|
|
|
2023-12-21 06:41:17 +00:00
|
|
|
bind = SUPER, C, moveworkspacetomonitor, name:chat current
|
|
|
|
bind = SUPER, C, workspace, name:chat
|
|
|
|
bind = SUPER SHIFT, C, movetoworkspace, name:chat
|
2024-01-10 16:06:13 +00:00
|
|
|
windowrule = workspace name:chat silent, (WebCord)
|
2023-11-21 17:19:45 +00:00
|
|
|
|
2023-12-27 10:31:02 +00:00
|
|
|
bind = SUPER, G, moveworkspacetomonitor, name:games current
|
|
|
|
bind = SUPER, G, workspace, name:games
|
|
|
|
bind = SUPER SHIFT, G, movetoworkspace, name:games
|
2024-01-07 16:36:34 +00:00
|
|
|
windowrule = workspace name:games silent, (steam)
|
2024-01-14 08:08:21 +00:00
|
|
|
windowrulev2 = float,title:(Friends List),class:(steam)
|
|
|
|
windowrulev2 = float,title:(Steam Settings),class:(steam)
|
2023-11-12 13:24:09 +00:00
|
|
|
|
2024-01-13 17:00:15 +00:00
|
|
|
bind = SUPER, S, moveworkspacetomonitor, name:stream current
|
|
|
|
bind = SUPER, S, workspace, name:stream
|
|
|
|
bind = SUPER SHIFT, S, movetoworkspace, name:stream
|
2024-01-14 11:46:37 +00:00
|
|
|
windowrule = workspace name:stream silent, (com.obsproject.Studio|MPlayer)
|
2023-11-10 11:49:12 +00:00
|
|
|
|
2023-08-22 09:44:40 +01:00
|
|
|
# Special workspaces
|
2023-09-11 08:28:50 +01:00
|
|
|
bind = SUPER, comma, workspace, m-1
|
|
|
|
bind = SUPER SHIFT, comma, movetoworkspace, r-1
|
|
|
|
bind = SUPER, period, workspace, m+1
|
|
|
|
bind = SUPER SHIFT, period, movetoworkspace, r+1
|
2023-12-27 10:31:02 +00:00
|
|
|
bind = SUPER, N, workspace, empty
|
|
|
|
bind = SUPER SHIFT, N, movetoworkspace, empty
|
2023-08-22 09:44:40 +01:00
|
|
|
bind = SUPER, minus, togglespecialworkspace
|
|
|
|
bind = SUPER SHIFT, minus, movetoworkspace, special
|
|
|
|
bind = SUPER, bracketright, focusmonitor, +1
|
|
|
|
bind = SUPER SHIFT, bracketright, movecurrentworkspacetomonitor, +1
|
|
|
|
bind = SUPER, bracketleft, focusmonitor, -1
|
|
|
|
bind = SUPER SHIFT, bracketleft, movecurrentworkspacetomonitor, -1
|
|
|
|
bind = SUPER, U, focusurgentorlast
|
|
|
|
|
|
|
|
# Move/resize windows with mainMod + LMB/RMB and dragging
|
|
|
|
bindm = SUPER, mouse:272, movewindow
|
|
|
|
bindm = SUPER, mouse:273, resizewindow
|
|
|
|
|
2024-01-14 10:38:33 +00:00
|
|
|
exec-once = emacs --fg-daemon
|
2024-01-03 19:18:40 +00:00
|
|
|
exec-once = swaync
|
2023-09-11 13:46:52 +01:00
|
|
|
exec-once = ${pkgs.hyprpaper}/bin/hyprpaper
|
2023-09-24 07:32:32 +01:00
|
|
|
exec-once = ${pkgs.dex}/bin/dex --autostart
|
2024-01-13 17:00:15 +00:00
|
|
|
exec-once = [workspace name:btm silent] foot -e btm --group --battery
|
2023-08-22 09:44:40 +01:00
|
|
|
''
|