Hyprland-dotfiles/hypr/hyprland.conf

205 lines
5.9 KiB
Plaintext
Raw Normal View History

2023-08-19 05:21:42 -04:00
# _ _ _ _
# | | | |_ _ _ __ _ __| | __ _ _ __ __| |
# | |_| | | | | '_ \| '__| |/ _` | '_ \ / _` |
# | _ | |_| | |_) | | | | (_| | | | | (_| |
# |_| |_|\__, | .__/|_| |_|\__,_|_| |_|\__,_|
# |___/|_|
#
# by Stephan Raabe (2023)
# -----------------------------------------------------
2023-07-31 07:36:12 -04:00
2023-09-07 03:05:38 -04:00
# -----------------------------------------------------
# Environment Variables
# -----------------------------------------------------
env = WLR_NO_HARDWARE_CURSORS, 1
env = WLR_RENDERER_ALLOW_SOFTWARE, 1
2023-08-20 05:46:46 -04:00
# -----------------------------------------------------
# Monitor Setup
2023-07-31 07:36:12 -04:00
# See https://wiki.hyprland.org/Configuring/Monitors/
2023-08-20 05:46:46 -04:00
# -----------------------------------------------------
2023-09-05 14:20:56 -04:00
# monitor=,2560x1440@120,auto,1
monitor=,preferred,auto,1
2023-08-23 03:15:25 -04:00
# monitor=,1920x1080,auto,1
2023-07-31 07:36:12 -04:00
2023-08-20 05:46:46 -04:00
# -----------------------------------------------------
# Autostart
# -----------------------------------------------------
exec-once = swww init
2023-09-05 14:20:56 -04:00
exec-once = ~/dotfiles/waybar/launch.sh
2023-08-20 05:46:46 -04:00
exec-once = ~/dotfiles/scripts/updatewal-swww.sh
exec-once = dunst
2023-08-20 11:34:53 -04:00
exec-once = ~/dotfiles/hypr/gtk.sh
2023-07-31 07:36:12 -04:00
2023-08-20 05:46:46 -04:00
# -----------------------------------------------------
# Load pywal color file
# -----------------------------------------------------
source = ~/.cache/wal/colors-hyprland.conf
2023-07-31 07:36:12 -04:00
2023-08-20 05:46:46 -04:00
# -----------------------------------------------------
# Env vars
# -----------------------------------------------------
2023-07-31 07:36:12 -04:00
env = XCURSOR_SIZE,24
2023-08-20 05:46:46 -04:00
# -----------------------------------------------------
# Keyboard layout and mouse
# -----------------------------------------------------
2023-07-31 07:36:12 -04:00
input {
kb_layout = de
2023-09-13 05:20:50 -04:00
# kb_layout = en
2023-07-31 07:36:12 -04:00
kb_variant =
kb_model =
kb_options =
kb_rules =
follow_mouse = 1
touchpad {
2023-08-19 05:21:42 -04:00
natural_scroll = false
2023-07-31 07:36:12 -04:00
}
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
}
2023-08-20 05:46:46 -04:00
# -----------------------------------------------------
# General window layout and colors
# -----------------------------------------------------
2023-07-31 07:36:12 -04:00
general {
2023-09-01 06:05:42 -04:00
gaps_in = 10
2023-08-30 08:45:03 -04:00
gaps_out = 14
2023-08-19 05:21:42 -04:00
border_size = 3
2023-08-30 08:45:03 -04:00
col.active_border = $color11
col.inactive_border = rgba(ffffffff)
2023-07-31 07:36:12 -04:00
layout = dwindle
}
2023-08-20 05:46:46 -04:00
# -----------------------------------------------------
# General window decoration
# -----------------------------------------------------
2023-07-31 07:36:12 -04:00
decoration {
rounding = 10
2023-08-19 05:21:42 -04:00
blur {
enabled = true
2023-08-30 08:45:03 -04:00
size = 6
passes = 2
2023-08-21 04:46:13 -04:00
new_optimizations = on
2023-08-30 08:45:03 -04:00
ignore_opacity = true
xray = true
# blurls = waybar
2023-08-19 05:21:42 -04:00
}
2023-08-20 11:34:53 -04:00
active_opacity = 1.0
2023-08-30 08:45:03 -04:00
inactive_opacity = 0.8
2023-08-20 11:34:53 -04:00
fullscreen_opacity = 1.0
2023-08-19 05:21:42 -04:00
drop_shadow = true
2023-08-21 04:46:13 -04:00
shadow_range = 30
2023-07-31 07:36:12 -04:00
shadow_render_power = 3
2023-08-21 04:46:13 -04:00
col.shadow = 0x66000000
2023-07-31 07:36:12 -04:00
}
2023-08-20 05:46:46 -04:00
# -----------------------------------------------------
# Animations
# -----------------------------------------------------
2023-07-31 07:36:12 -04:00
animations {
2023-08-19 05:21:42 -04:00
enabled = true
2023-07-31 07:36:12 -04:00
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
}
2023-08-20 05:46:46 -04:00
# -----------------------------------------------------
# Layouts
# -----------------------------------------------------
2023-07-31 07:36:12 -04:00
dwindle {
2023-08-21 04:46:13 -04:00
pseudotile = true
preserve_split = true
2023-07-31 07:36:12 -04:00
}
master {
new_is_master = true
}
gestures {
2023-08-19 05:21:42 -04:00
workspace_swipe = false
2023-07-31 07:36:12 -04:00
}
device:epic-mouse-v1 {
sensitivity = -0.5
}
2023-08-20 05:46:46 -04:00
# -----------------------------------------------------
# Window rules
# -----------------------------------------------------
2023-08-20 11:34:53 -04:00
windowrule = tile,^(Brave-browser)$
2023-08-31 05:43:42 -04:00
windowrule = tile,^(Chromium)$
2023-09-01 06:05:42 -04:00
windowrule = float,^(pavucontrol)$
windowrule = float,^(blueman-manager)$
2023-07-31 07:36:12 -04:00
2023-08-20 05:46:46 -04:00
# -----------------------------------------------------
# Key bindings
# -----------------------------------------------------
2023-07-31 07:36:12 -04:00
$mainMod = SUPER
2023-08-23 03:54:06 -04:00
2023-07-31 07:36:12 -04:00
bind = $mainMod, RETURN, exec, alacritty
2023-08-19 05:21:42 -04:00
bind = $mainMod, Q, killactive
2023-08-20 11:34:53 -04:00
bind = $mainMod, F, fullscreen
2023-08-19 05:21:42 -04:00
bind = $mainMod, E, exec, dolphin
bind = $mainMod, T, togglefloating
2023-08-17 16:26:37 -04:00
bind = $mainMod, B, exec, brave
2023-08-23 03:54:06 -04:00
bind = $mainMod, P, pseudo
bind = $mainMod, J, togglesplit
2023-07-31 07:36:12 -04:00
bind = $mainMod, left, movefocus, l
bind = $mainMod, right, movefocus, r
bind = $mainMod, up, movefocus, u
bind = $mainMod, down, movefocus, d
2023-08-23 03:54:06 -04:00
2023-08-20 11:34:53 -04:00
bind = $mainMod, PRINT, exec, ~/dotfiles/scripts/grim.sh
2023-08-31 15:45:49 -04:00
bind = $mainMod CTRL, Q, exec, wlogout
2023-08-23 03:54:06 -04:00
bind = $mainMod SHIFT, W, exec, ~/dotfiles/scripts/updatewal-swww.sh
bind = $mainMod CTRL, W, exec, ~/dotfiles/scripts/wallpaper-swww.sh
bind = $mainMod CTRL, RETURN, exec, ~/dotfiles/scripts/applauncher.sh
2023-08-28 07:33:53 -04:00
bind = $mainMod SHIFT, B, exec, ~/dotfiles/waybar/launch.sh
2023-08-23 03:54:06 -04:00
2023-07-31 07:36:12 -04: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
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
2023-08-23 03:54:06 -04:00
2023-07-31 07:36:12 -04: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
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
2023-08-23 03:54:06 -04:00
2023-07-31 07:36:12 -04:00
bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1
2023-08-23 03:54:06 -04:00
2023-07-31 07:36:12 -04:00
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
2023-08-20 05:46:46 -04:00
2023-08-23 03:54:06 -04:00
bind = $mainMod SHIFT, right, resizeactive, 100 0
bind = $mainMod SHIFT, left, resizeactive, -100 0
bind = $mainMod SHIFT, up, resizeactive, 0 -100
bind = $mainMod SHIFT, down, resizeactive, 0 100
2023-08-20 05:46:46 -04:00
# -----------------------------------------------------
# Misc settings
# -----------------------------------------------------
misc {
disable_hyprland_logo = true
disable_splash_rendering = true
}