diff options
author | Freya Murphy <freya@freyacat.org> | 2024-05-15 09:40:27 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-05-15 09:52:29 -0400 |
commit | bc8a465da9dbba30f0c0abe2cc90def3315aebc0 (patch) | |
tree | 7007978d6caeb1aafec1a4cd63e6546b7900ae9a /.config/hypr/config.d | |
parent | a again (diff) | |
download | dotfiles-arch-bc8a465da9dbba30f0c0abe2cc90def3315aebc0.tar.gz dotfiles-arch-bc8a465da9dbba30f0c0abe2cc90def3315aebc0.tar.bz2 dotfiles-arch-bc8a465da9dbba30f0c0abe2cc90def3315aebc0.zip |
i forgor to commit stuff
Diffstat (limited to '.config/hypr/config.d')
-rw-r--r-- | .config/hypr/config.d/input.conf | 8 | ||||
-rw-r--r-- | .config/hypr/config.d/keybinds.conf | 6 | ||||
-rw-r--r-- | .config/hypr/config.d/theme.conf | 36 |
3 files changed, 32 insertions, 18 deletions
diff --git a/.config/hypr/config.d/input.conf b/.config/hypr/config.d/input.conf index 32843aa..0ea3797 100644 --- a/.config/hypr/config.d/input.conf +++ b/.config/hypr/config.d/input.conf @@ -1,6 +1,6 @@ +monitor= eDP-1, highres, auto, $scale -monitor= eDP-1, 2560x1600, 0x0, $scale - +env = GDK_SCALE,1.25 env = XCURSOR_SIZE, 24 input { @@ -18,7 +18,3 @@ input { sensitivity = 0 } - -device:epic-mouse-v1 { - sensitivity = -0.5 -} diff --git a/.config/hypr/config.d/keybinds.conf b/.config/hypr/config.d/keybinds.conf index eaa625f..815f7d2 100644 --- a/.config/hypr/config.d/keybinds.conf +++ b/.config/hypr/config.d/keybinds.conf @@ -2,13 +2,13 @@ bind = $mod, Return, exec, $term bind = $mod, W, exec, $browser bind = $mod SHIFT, SPACE, togglefloating -bind = $mod, D, exec, $menu +bind = $mod, D, exec, $menu bind = $mod, J, togglesplit bind = $mod SHIFT, C, togglegroup bind = $mod, F, fullscreen bind = $mod SHIFT, B, exec, killall waybar && waybar --config ~/.config/waybar/config.hypr bind = $mod SHIFT, Q, killactive -bind = $mod, L, exec, swaylock +bind = $mod, L, exec, hyprlock bind = $mod SHIFT, L, exec, killall Hyprland bind = $mod, TAB, changegroupactive @@ -24,7 +24,7 @@ binde =, XF86AudioPlay, exec, playerctl play-pause binde =, XF86AudioNext, exec, playerctl next binde =, XF86AudioPrev, exec, playerctl previous -bind = $mod SHIFT, s, exec, grim -g "$(slurp)" - | wl-copy -t image/png && notify-send -t 3000 "Sway" "Screenshot copied to clipboard" +bind = $mod SHIFT, s, exec, grim -g "$(slurp)" - | wl-copy -t image/png && notify-send -t 3000 "Hyprland" "Screenshot copied to clipboard" bind = , Print, exec, grim - | wl-copy -t iamge/png && notify-send -t 3000 "Hyprland" "Full screen copied to clipboard" bind = , Shift Print, exec, slurp -p | grim -g - - | convert - txt:- | tail -n 1 | awk '{print $3}' | wl-copy diff --git a/.config/hypr/config.d/theme.conf b/.config/hypr/config.d/theme.conf index 22ff1bd..09a624d 100644 --- a/.config/hypr/config.d/theme.conf +++ b/.config/hypr/config.d/theme.conf @@ -1,9 +1,9 @@ general { - gaps_in = $radius + gaps_in = 6 gaps_out = $gaps - border_size = 0 - col.active_border = rgba(aaaaaa00) - col.inactive_border = rgba(77777700) + border_size = $border + col.active_border = 0xffaaaaaa + col.inactive_border = 0xff777777 layout = dwindle } @@ -13,11 +13,12 @@ group { col.border_locked_active = rgb(14171d) rgb(14171d) 0deg col.border_locked_inactive = rgb(14171d) rgb(14171d) 0deg groupbar { - enabled = false - gradients = false + enabled = true + gradients = true font_family = monospace - font_size = 14 - col.active = rgb(14171d) rgb(14171d) 0deg + font_size = 12 + height = 16 + col.active = rgb(24272d) rgb(24272d) 0deg col.inactive = rgb(14171d) rgb(14171d) 0deg col.locked_active = rgb(14171d) rgb(14171d) 0deg col.locked_inactive = rgb(14171d) rgb(14171d) 0deg @@ -25,7 +26,7 @@ group { } decoration { - rounding = 0 + rounding = $radius drop_shadow = yes shadow_range = 4 shadow_render_power = 3 @@ -42,3 +43,20 @@ animations { animation = fade, 1, 7, default animation = workspaces, 1, 6, default } + +xwayland { + force_zero_scaling = true + use_nearest_neighbor = false +} + +env = GDK_BACKEND,wayland,x11 +env = SDL_VIDEODRIVER,wayland +env = CLUTTER_BACKEND,wayland + +env = XDG_CURRENT_DESKTOP,Hyprland +env = XDG_SESSION_DESKTOP,Hyprland + +env = QT_AUTO_SCREEN_SCALE_FACTOR,1 +env = QT_QPA_PLATFORM,wayland;xcb +env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1 +env = QT_QPA_PLATFORMTHEME,gtk2 |