This commit is contained in:
2026-04-19 18:05:23 +01:00
parent 801c9d74d0
commit aac7c9de0a
41 changed files with 665 additions and 142 deletions
+4 -2
View File
@@ -10,6 +10,8 @@
# exec-once = waybar & hyprpaper & firefox
exec-once = ~/.config/waybar/scripts/launch.sh
exec-once = awww-daemon
exec-once = mako
exec-once = wl-paste --type text --watch cliphist store
exec-once = wl-paste --type image --watch cliphist store
exec-once = wl-clip-presist --clipboard regular
+14 -4
View File
@@ -4,19 +4,18 @@
# See https://wiki.hypr.land/Configuring/Keywords/
$mainMod = SUPER # Sets "Windows" key as main modifier
$shiftMod = SUPER SHIFT
# Example binds, see https://wiki.hypr.land/Configuring/Binds/ for more
bind = $mainMod, Return, exec, $terminal
bind = $mainMod, Q, killactive,
bind = $mainMod, M, exec, wlogout
bind = $mainMod SHIFT, E, exec, $fileManager
bind = $mainMod SHIFT, W, exec, $browser
bind = $shiftMod, E, exec, $fileManager
bind = $shiftMod, W, exec, $browser
bind = $mainMod, V, togglefloating,
bind = $mainMod, D, exec, $menu
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, R, exec, ~/.config/waybar/scripts/launch.sh
#bind = $mainMod, J, layoutmsg, togglesplit # dwindle
# Move focus with mainMod + arrow keys
bind = $mainMod, h, movefocus, l
@@ -73,3 +72,14 @@ bindl = , XF86AudioNext, exec, playerctl next
bindl = , XF86AudioPause, exec, playerctl play-pause
bindl = , XF86AudioPlay, exec, playerctl play-pause
bindl = , XF86AudioPrev, exec, playerctl previous
# Action Center
bind = $mainMod, A, exec, swaync-client -t
# Clipboard manager
bind = $shiftMod, V, exec, cliphist list | rofi -dmenu -display-columns 2 -p "Clipboard" -theme ~/.config/rofi/clipboard/clipboard.rasi | cliphist decode | wl-copy
# Screenshots
bind = $shiftMod, W, exec, hyprshot -m window
bind = $shiftMod, M, exec, hyprshot -m output
bind = $shiftMod, PRINT, exec, hyprshot -m region
+2 -2
View File
@@ -13,8 +13,8 @@ general {
border_size = 1
# https://wiki.hypr.land/Configuring/Variables/#variable-types for info about colors
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.inactive_border = rgba(595959aa)
col.active_border = rgb(665c54)
col.inactive_border = rgb(282828)
# Set to true enable resizing windows by clicking and dragging on borders and gaps
resize_on_border = true
+4
View File
@@ -22,3 +22,7 @@ env = XDG_SESSION_DESKTOP,Hyprland
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
env = QT_QPA_PLATFORMTHEME,qt6ct
# Nvidia
env = GBM_BACKEND,nvidia-drm
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
+2 -2
View File
@@ -4,10 +4,10 @@
# https://wiki.hypr.land/Configuring/Variables/#input
input {
kb_layout = us
kb_layout = pt
kb_variant =
kb_model =
kb_options =
kb_options = caps:super
kb_rules =
follow_mouse = 1
+3 -2
View File
@@ -2,5 +2,6 @@
### MONITORS ###
################
monitor=DP-1,1920x1080@240,1920x0,1
monitor=DP-2,1920x1080@144,0x0,1
#monitor=DP-1,1920x1080@240,1920x0,1
#monitor=DP-2,1920x1080@144,0x0,1
monitor=eDP-1, 2160x1440,0x0,1.2
+2 -2
View File
@@ -6,6 +6,6 @@
# Set programs that you use
$terminal = ghostty
$fileManager = dolphin
$menu = wofi --show drun
$fileManager = thunar
$menu = pkill rofi || bash ~/.config/rofi/launcher/launcher.sh
$browser = librewolf
+7
View File
@@ -39,6 +39,13 @@ windowrule {
float = yes
}
# SwayNC layer rules
layerrule = blur on, match:namespace swaync-control-center
layerrule = ignore_alpha 0.5, match:namespace swaync-control-center
layerrule = blur on, match:namespace swaync-notification-window
layerrule = ignore_alpha 0.5, match:namespace swaync-notification-window
# Ref https://wiki.hypr.land/Configuring/Workspace-Rules/
# "Smart gaps" / "No gaps when only"
# uncomment all if you wish to use that.