nixos/config/hyprland/hyprland.conf

226 lines
6.4 KiB
Text
Raw Normal View History

2023-07-22 17:04:25 +04:00
# This is an example Hyprland config file.
#
# Refer to the wiki for more information.
#
# Please note not all available settings / options are set here.
# For a full list, see the wiki
#
# See https://wiki.hyprland.org/Configuring/Monitors/
2024-08-26 17:33:42 +04:00
# default
2023-07-22 17:04:25 +04:00
monitor=,preferred,auto,auto
2024-08-26 17:33:42 +04:00
# sakopc
monitor = DP-1, 1920x1080@239.96, 0x0, 1
monitor = HDMI-A-1, 1920x1080, -1920x0, 1
2023-07-22 17:04:25 +04:00
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
2023-09-04 15:15:30 +04:00
# startup
2023-07-24 16:17:48 +04:00
# fix gtk apps
2023-09-05 10:58:40 +04:00
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
2024-08-04 21:39:45 +04:00
# systemd user services
exec-once = dbus-update-activation-environment --systemd --all
2023-09-05 10:35:39 +04:00
# this fixes it too i think
2023-09-05 10:58:40 +04:00
#exec-once=systemctl --user import-environment DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
2023-07-24 16:17:48 +04:00
# background
exec-once = hyprpaper
# bar
2024-09-04 21:46:54 +04:00
# exec-once = /home/sako/.config/waybar/launch-waybar.sh
exec-once = /home/sako/.config/ags/launch-ags.sh
2024-08-11 15:52:13 +04:00
# notification dameon
exec-once = mako
2024-08-08 15:50:55 +04:00
# exec-once = /home/sako/.config/ags/launch-ags.sh
2023-07-24 16:17:48 +04:00
# applets
exec-once = nm-applet
exec-once = blueman-applet
2024-08-30 16:25:07 +04:00
exec-once = sleep 2; nextcloud --background
2023-07-22 17:04:25 +04:00
# Source a file (multi-file configs)
# source = ~/.config/hypr/myColors.conf
# Some default env vars.
2024-08-27 17:27:19 +04:00
env = XCURSOR_SIZE,24
env = HYPRCURSOR_SIZE,24
2024-08-11 23:06:03 +04:00
# Hyer cursor
2024-08-27 17:27:19 +04:00
env = HYPRCURSOR_THEME,catppuccin-mocha-dark-cursors
2023-07-22 17:04:25 +04:00
2024-08-03 19:12:15 +04:00
# Nvidia Environment Vars
env = LIBVA_DRIVER_NAME,nvidia
env = XDG_SESSION_TYPE,wayland
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
2023-07-22 17:04:25 +04:00
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input {
2024-08-30 11:44:48 +04:00
kb_layout = us, ara
2023-07-22 17:04:25 +04:00
kb_variant =
kb_model =
2024-08-03 20:01:17 +04:00
kb_options = grp:alt_shift_toggle, ctrl:nocaps
2023-07-22 17:04:25 +04:00
kb_rules =
2023-07-22 19:29:11 +04:00
# no mouse acceleration pls :)
accel_profile = flat
2023-07-22 17:04:25 +04:00
follow_mouse = 1
touchpad {
natural_scroll = false
2023-09-03 13:09:07 +04:00
disable_while_typing=false
2023-07-22 17:04:25 +04:00
}
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
}
general {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
2024-08-19 15:31:50 +04:00
gaps_in = 10
gaps_out = 10
2024-08-05 17:43:33 +04:00
border_size = 1
2023-07-22 17:04:25 +04:00
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.inactive_border = rgba(595959aa)
layout = dwindle
}
2024-08-26 17:33:42 +04:00
cursor {
no_hardware_cursors = true
}
2023-07-22 17:04:25 +04:00
decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
2024-08-05 16:51:13 +04:00
rounding = 0
2024-08-03 19:12:15 +04:00
blur {
2024-08-05 16:51:13 +04:00
enabled = false
2024-08-03 19:12:15 +04:00
size = 3
passes = 1
}
2023-07-22 17:04:25 +04:00
2024-08-05 16:51:13 +04:00
drop_shadow = false
2023-07-22 17:04:25 +04:00
shadow_range = 4
shadow_render_power = 3
col.shadow = rgba(1a1a1aee)
}
animations {
2024-08-05 16:51:13 +04:00
enabled = false
2023-07-22 17:04:25 +04:00
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
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
}
dwindle {
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
pseudotile = true # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = true # you probably want this
}
master {
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
2024-08-03 19:12:15 +04:00
new_status = true
2023-07-22 17:04:25 +04:00
}
gestures {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
workspace_swipe = false
}
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
2023-07-23 00:02:34 +04:00
misc {
disable_hyprland_logo = true
}
2023-07-22 17:04:25 +04:00
# Example windowrule v1
# windowrule = float, ^(kitty)$
# Example windowrule v2
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
2023-09-02 16:32:18 +04:00
windowrulev2 = nomaxsize, title:^(Wine configuration)$
2024-09-07 19:07:04 +04:00
windowrule = float, ^(Zoom Workplace)$
windowrulev2 = minsize 1 1, title:^(Zoom Workplace)$, class:^(Zoom Workplace)$
2024-09-07 19:10:14 +04:00
windowrulev2 = minsize 1 1, title:^(menu window)$, class:^(Zoom Workplace)$
2024-09-07 19:08:05 +04:00
windowrulev2 = move onscreen cursor, title:^(Zoom Workplace)$, class:^(Zoom Workplace)$
2024-09-07 19:10:14 +04:00
windowrulev2 = move onscreen cursor, title:^(menu window)$, class:^(Zoom Workplace)$
2023-07-22 17:04:25 +04:00
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
$mainMod = SUPER
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
2024-08-03 19:56:00 +04:00
bind = $mainMod, RETURN, exec, foot
2024-08-06 00:57:44 +04:00
bind = $mainMod, W, killactive,
bind = $mainMod CONTROL, M, exit,
2023-07-22 17:04:25 +04:00
bind = $mainMod, E, exec, dolphin
bind = $mainMod, V, togglefloating,
2024-08-03 21:02:49 +04:00
bind = $mainMod, SPACE, exec, pkill rofi || rofi -show drun -show-icons
2023-07-22 17:04:25 +04:00
bind = $mainMod, P, pseudo, # dwindle
2023-07-22 20:48:06 +04:00
bind = $mainMod, I, togglesplit, # dwindle
2023-07-23 00:02:34 +04:00
bind= $mainMod, F, fullscreen,
2023-07-22 17:04:25 +04:00
2023-07-22 20:45:32 +04:00
# Move focus with mainMod + vim binds
2023-07-22 20:48:06 +04:00
bind = $mainMod, H, movefocus, l
bind = $mainMod, L, movefocus, r
bind = $mainMod, K, movefocus, u
bind = $mainMod, J, movefocus, d
2023-07-22 17:04:25 +04:00
# Switch workspaces with mainMod + [0-9]
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
bind = $mainMod, 6, workspace, 6
bind = $mainMod, 7, workspace, 7
bind = $mainMod, 8, workspace, 8
bind = $mainMod, 9, workspace, 9
bind = $mainMod, 0, workspace, 10
# Move active window to a workspace with mainMod + SHIFT + [0-9]
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
bind = $mainMod SHIFT, 6, movetoworkspace, 6
bind = $mainMod SHIFT, 7, movetoworkspace, 7
bind = $mainMod SHIFT, 8, movetoworkspace, 8
bind = $mainMod SHIFT, 9, movetoworkspace, 9
bind = $mainMod SHIFT, 0, movetoworkspace, 10
# Scroll through existing workspaces with mainMod + scroll
bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1
# Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
2023-08-31 08:26:31 +04:00
# audio
2023-08-31 08:31:34 +04:00
bind = , XF86AudioLowerVolume, exec, pactl set-sink-volume 0 -5%
bind = , XF86AudioRaiseVolume, exec, pactl set-sink-volume 0 +5%
bind = , XF86AudioMute, exec, pactl set-sink-mute 0 toggle
2023-08-31 08:26:31 +04:00
# brightness
2023-08-31 08:31:34 +04:00
bind = , XF86MonBrightnessUp, exec, brightnessctl s +100
bind = , XF86MonBrightnessDown, exec, brightnessctl s 100-
2023-08-31 08:26:31 +04:00
2024-09-03 13:26:44 +04:00
# player
bindl = , XF86AudioPlay, exec, playerctl play-pause
bindl = , XF86AudioPrev, exec, playerctl previous
bindl = , XF86AudioNext, exec, playerctl next
2023-09-07 13:43:12 +04:00
# swaylock
bind = $mainMod CONTROL, l, exec, hyprlock
2023-09-07 13:43:12 +04:00