mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-02 21:23:22 +01:00
2fff973177
Changes include: - fcitx5 support - Removed middle click paste - udiskie starts by default - Internal screen is 1x scale by default - Acceleration profile is flat - swww settings added - Gaps are smaller by default - No border by default - Master layout by default - No rounding by default - Special workspace uses fade animation - New windows become master - rofi used over of wofi - Super+O to toggle waybar - Super+U to toggle between master/dwindle layouts - Super+S to toggle special workspace - Super+Ctrl+[0-9] for river/dwm-like tag behavior - Super+Alt for group keybinds - Volume/brightness keybinds
219 lines
6.4 KiB
Plaintext
219 lines
6.4 KiB
Plaintext
# Change the scale of the monitor
|
|
monitor=eDP-1,preferred,auto,1
|
|
|
|
# Make it easy to plug in other monitors
|
|
monitor=,preferred,auto,1
|
|
#monitor=,highrr,auto,1 # Use the highest refresh rate
|
|
#monitor=,highres,auto,1 # Use the highest resolution
|
|
|
|
# 10-bit support
|
|
#monitor=eDP-1,2880x1800@90,0x0,1,bitdepth,10
|
|
|
|
# Rotating a monitor
|
|
#monitor=,preferred,auto,1,transform,1
|
|
|
|
# Execute your favorite apps at launch
|
|
# exec-once = waybar & hyprpaper & firefox
|
|
exec-once = fcitx5 # Japanese input support
|
|
exec-once = wl-paste -p --watch wl-copy -pc # Disable middle click paste
|
|
exec-once = udiskie & # Auto-mount drives
|
|
|
|
# Some default env vars.
|
|
env = XCURSOR_SIZE,24
|
|
env = BROWSER,librewolf
|
|
env = GTK_IM_MODULE,fcitx
|
|
env = QT_IM_MODULE,fcitx
|
|
env = XMODIFIERS,@im=fcitx
|
|
env = SDL_IM_MODULE,fcitx
|
|
env = GLFW_IM_MODULE,ibus
|
|
env = SWWW_TRANSITION_STEP,10
|
|
env = SWWW_TRANSITION_FPS,60
|
|
|
|
input {
|
|
kb_layout = us
|
|
accel_profile = flat
|
|
|
|
follow_mouse = 1
|
|
|
|
touchpad {
|
|
natural_scroll = yes
|
|
disable_while_typing = no
|
|
}
|
|
|
|
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
|
}
|
|
|
|
general {
|
|
gaps_in = 5
|
|
gaps_out = 10
|
|
gaps_in = 0
|
|
gaps_out = 0
|
|
#border_size = 2
|
|
border_size = 0
|
|
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
|
col.inactive_border = rgba(595959aa)
|
|
|
|
layout = master
|
|
}
|
|
|
|
decoration {
|
|
#rounding = 10
|
|
rounding = 0
|
|
blur = yes
|
|
blur_size = 3
|
|
#blur_size = 4
|
|
#blur_passes = 2
|
|
blur_passes = 1
|
|
blur_new_optimizations = yes
|
|
drop_shadow = yes
|
|
shadow_range = 4
|
|
shadow_render_power = 3
|
|
col.shadow = rgba(1a1a1aee)
|
|
}
|
|
|
|
animations {
|
|
enabled = yes
|
|
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
|
|
animation = specialWorkspace, 1, 6, default, fade
|
|
}
|
|
|
|
dwindle {
|
|
pseudotile = yes
|
|
preserve_split = yes
|
|
#no_gaps_when_only = yes
|
|
}
|
|
|
|
master {
|
|
new_is_master = yes
|
|
new_on_top = yes
|
|
mfact = 0.65
|
|
special_scale_factor = 1
|
|
no_gaps_when_only = yes
|
|
}
|
|
|
|
gestures {
|
|
workspace_swipe = yes
|
|
}
|
|
|
|
device:synps/2-synaptics-touchpad {
|
|
sensitivity = 0.75
|
|
accel_profile = flat
|
|
natural_scroll = yes
|
|
disable_while_typing = no
|
|
}
|
|
|
|
device:tpps/2-elan-trackpoint {
|
|
sensitivity = 0.5
|
|
accel_profile = flat
|
|
}
|
|
|
|
bind = SUPER, Return, exec, kitty --single-instance
|
|
bind = SUPER, Tab, workspace, +1
|
|
bind = SUPER_SHIFT, Tab, workspace, -1
|
|
bind = SUPER, Q, killactive,
|
|
bind = SUPER, P, exec, grimblast copy area
|
|
bind = SUPER, escape, exit,
|
|
bind = SUPER, V, togglefloating,
|
|
bind = SUPER, V, centerwindow,
|
|
bind = SUPER, O, exec, killall -SIGUSR1 waybar
|
|
bind = SUPER, Z, exec, rofi -show
|
|
bind = SUPER, X, pin
|
|
bind = SUPER, F, fullscreen
|
|
bind = SUPER, Tab, changegroupactive, f
|
|
bind = SUPER_SHIFT, Tab, changegroupactive, b
|
|
bind = SUPER, B, pseudo, # dwindle
|
|
bind = SUPER, C, togglesplit, # dwindle
|
|
bind = SUPER, U, exec, ~/.config/hypr/toggle-layout.sh
|
|
bind = SUPER, S, togglespecialworkspace
|
|
bind = SUPER_SHIFT, S, movetoworkspace, special
|
|
bind = SUPER_SHIFT, S, togglespecialworkspace
|
|
|
|
# Move focus with super+hjkl
|
|
bind = SUPER, H, movefocus, l
|
|
bind = SUPER, L, movefocus, r
|
|
bind = SUPER, K, movefocus, u
|
|
bind = SUPER, J, movefocus, d
|
|
|
|
# Swap windows with super+shift+hjkl
|
|
bind = SUPER_SHIFT, H, movewindow, l
|
|
bind = SUPER_SHIFT, L, movewindow, r
|
|
bind = SUPER_SHIFT, K, movewindow, u
|
|
bind = SUPER_SHIFT, J, movewindow, d
|
|
|
|
# Group keybinds with super+alt
|
|
bind = SUPER_ALT, Return, togglegroup
|
|
bind = SUPER_ALT, H, moveintogroup, l
|
|
bind = SUPER_ALT, L, moveintogroup, r
|
|
bind = SUPER_ALT, K, moveintogroup, u
|
|
bind = SUPER_ALT, J, moveintogroup, d
|
|
bind = SUPER_ALT, semicolon, moveoutofgroup
|
|
bind = SUPER_ALT, apostrophe, lockgroups, toggle
|
|
|
|
# Switch workspaces with super + [0-9]
|
|
bind = SUPER, 1, workspace, 1
|
|
bind = SUPER, 2, workspace, 2
|
|
bind = SUPER, 3, workspace, 3
|
|
bind = SUPER, 4, workspace, 4
|
|
bind = SUPER, 5, workspace, 5
|
|
bind = SUPER, 6, workspace, 6
|
|
bind = SUPER, 7, workspace, 7
|
|
bind = SUPER, 8, workspace, 8
|
|
bind = SUPER, 9, workspace, 9
|
|
bind = SUPER, 0, workspace, 10
|
|
|
|
# Move active window to a workspace with super + shift + [0-9]
|
|
bind = SUPER_SHIFT, 1, movetoworkspace, 1
|
|
bind = SUPER_SHIFT, 2, movetoworkspace, 2
|
|
bind = SUPER_SHIFT, 3, movetoworkspace, 3
|
|
bind = SUPER_SHIFT, 4, movetoworkspace, 4
|
|
bind = SUPER_SHIFT, 5, movetoworkspace, 5
|
|
bind = SUPER_SHIFT, 6, movetoworkspace, 6
|
|
bind = SUPER_SHIFT, 7, movetoworkspace, 7
|
|
bind = SUPER_SHIFT, 8, movetoworkspace, 8
|
|
bind = SUPER_SHIFT, 9, movetoworkspace, 9
|
|
bind = SUPER_SHIFT, 0, movetoworkspace, 10
|
|
|
|
# Toggle workspaces with super + ctrl + [0-9]
|
|
bind = SUPER_CTRL, 1, exec, ~/.config/hypr/tags.sh 1
|
|
bind = SUPER_CTRL, 2, exec, ~/.config/hypr/tags.sh 2
|
|
bind = SUPER_CTRL, 3, exec, ~/.config/hypr/tags.sh 3
|
|
bind = SUPER_CTRL, 4, exec, ~/.config/hypr/tags.sh 4
|
|
bind = SUPER_CTRL, 5, exec, ~/.config/hypr/tags.sh 5
|
|
bind = SUPER_CTRL, 6, exec, ~/.config/hypr/tags.sh 6
|
|
bind = SUPER_CTRL, 7, exec, ~/.config/hypr/tags.sh 7
|
|
bind = SUPER_CTRL, 8, exec, ~/.config/hypr/tags.sh 8
|
|
bind = SUPER_CTRL, 9, exec, ~/.config/hypr/tags.sh 9
|
|
bind = SUPER_CTRL, 0, exec, ~/.config/hypr/tags.sh 10
|
|
|
|
# TODO: Use 0 to show windows in all workspaces
|
|
|
|
# Scroll through existing workspaces with super + scroll
|
|
bind = SUPER, mouse_down, workspace, e+1
|
|
bind = SUPER, mouse_up, workspace, e-1
|
|
|
|
# Move/resize windows with super + LMB/RMB and dragging
|
|
bindm = SUPER, mouse:272, movewindow
|
|
bindm = SUPER, mouse:273, resizewindow
|
|
|
|
# Change volume with keys
|
|
# TODO: Change notification once at 0/100%
|
|
bindl=, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle && notify-send -t 2000 "Muted" "$(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
|
|
bindl=, XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+ && notify-send -t 2000 "Raised volume to" "$(wpctl get-volume @DEFAULT_AUDIO_SINK@ | tail -c 3)%"
|
|
bindl=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- && notify-send -t 2000 "Lowered volume to" "$(wpctl get-volume @DEFAULT_AUDIO_SINK@ | tail -c 3)%"
|
|
bindl=, XF86MonBrightnessDown, exec, brightnessctl set 5%- && notify-send -t 2000 "Decreased brightness to" "$(brightnessctl get)"
|
|
bindl=, XF86MonBrightnessUp, exec, brightnessctl set +5% && notify-send -t 2000 "Increased brightness to" "$(brightnessctl get)"
|
|
|
|
bind = WIN, F1, exec, ~/.config/hypr/gamemode.sh
|
|
|
|
#misc {
|
|
#focus_on_activate = yes
|
|
#}
|
|
|
|
# vim:syn=bash
|