diff options
| author | caley <u65487754@gmail.com> | 2026-05-27 21:46:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-27 21:46:11 +0200 |
| commit | 35389b79e46c37bb9781ca1b8891a2406a65d403 (patch) | |
| tree | 16dc7afb3f7fd73cc4c9ade49155a9eea9baf6fd /.config | |
| parent | d3ac9ef59203ca02e5fd7cf3cb3ee29a6e20b5dd (diff) | |
Delete .config/hypr directory
Diffstat (limited to '.config')
| -rw-r--r-- | .config/hypr/hyprland.conf | 154 | ||||
| -rw-r--r-- | .config/hypr/hyprlock.conf | 139 |
2 files changed, 0 insertions, 293 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf deleted file mode 100644 index 2e55181..0000000 --- a/.config/hypr/hyprland.conf +++ /dev/null @@ -1,154 +0,0 @@ -source = ~/.cache/wal/colors-hyprland.conf - -monitor = HDMI-A-1, 1920x1080@200, 0x0, 1 -monitor = DP-1, 1920x1080@144, -1080x-330, 1, transform, 3 - -$terminal = kitty -$filemanager = nautilus -$menu = rofi -show drun -$browser = helium -$mod = super - -exec-once = systemctl --user start hyprpolkitagent -exec-once = awww-daemon & sleep 0.5 && awww clear --outputs DP-1 -exec-once = wl-paste --type text --watch cliphist store -exec-once = wl-paste --type image --watch cliphist store -exec-once = waybar - -general { - gaps_in = 5 # @dynamic_gaps_in - gaps_out = 10 # @dynamic_gaps_out - border_size = 0 # @dynamic_border - resize_on_border = 0 - col.active_border = $color2 - allow_tearing = 0 - layout = dwindle -} - -decoration { - rounding = 0 - rounding_power = 0 - active_opacity = 1 - inactive_opacity = 1 - shadow { - enabled = 1 - range = 4 - render_power = 3 - color = rgba(1a1a1aee) - } - blur { - enabled = 1 - size = 3 - passes = 3 - vibrancy = 0 - } -} - -animations { - enabled = yes - bezier = easeOutQuint, 0.20, 1, 0.30, 1 - bezier = easeInOutCubic, 0.65, 0.05, 0.35, 1 - bezier = linear, 0, 0, 1, 1 - bezier = almostLinear, 0.5, 0.5, 0.75, 1 - bezier = quick, 0.15, 0, 0.1, 1 - bezier = hard, 0, 1, 0, 1 - animation = global, 1, 5, default - animation = border, 1, 2.5, easeOutQuint - animation = windows, 1, 2.5, easeOutQuint - animation = windowsIn, 1, 2, easeOutQuint, popin 90% - animation = windowsOut, 1, 1, linear, popin 90% - animation = fadeIn, 1, 1, almostLinear - animation = fadeOut, 1, 1, almostLinear - animation = fade, 1, 1.5, quick - animation = layers, 1, 2, easeOutQuint - animation = layersIn, 1, 2, easeOutQuint, fade - animation = layersOut, 1, 1, linear, fade - animation = workspaces, 1, 1, almostLinear, fade # @dynamic_workspaces - animation = specialWorkspace, 1, 1, almostLinear, fade # @dynamic_special -} - -input { - kb_layout = us - follow_mouse = 1 - sensitivity = 0 - force_no_accel = 0 - touchpad { - natural_scroll = 0 - } -} - -misc { - force_default_wallpaper = 0 - disable_hyprland_logo = 1 - disable_splash_rendering = 1 - initial_workspace_tracking = 1 -} - -dwindle { - preserve_split = 1 -} - -windowrule { - name = mv - match:initial_class = ^(imv|mpv)$ - float = on - center = on - size = 600 600 -} - -bind = $mod, Q, exec, $terminal -bind = $mod, E, exec, $filemanager -bind = $mod, B, exec, $browser -bind = $mod, R, exec, $menu -bind = $mod, C, killactive -bind = $mod, V, togglefloating -bind = $mod, F, fullscreen, 0 -bind = $mod, Tab, workspace, m+1 -bind = $mod, T, exec, ~/.config/scripts/master.sh -bind = $mod, L, exec, ~/.config/scripts/power.sh -bind = $mod, W, exec, pkill -SIGUSR1 waybar -bind = $mod, P, exec, bash -c '[[ -f /tmp/hyprpickerlock ]] && exit; touch /tmp/hyprpickerlock; hyprpicker --no-zoom --autocopy; rm -f /tmp/hyprpickerlock' -bind = alt, S, exec, bash -c '[[ -f /tmp/slurplock ]] && exit; touch /tmp/slurplock; mkdir -p /home/silly/Pictures/screenshots; f="/home/silly/Pictures/screenshots/$(date +%Y-%m-%d_%H-%M-%S).png"; grim -g "$(slurp)" "$f" && wl-copy < "$f"; rm -f /tmp/slurplock' - -bind = $mod, left, movefocus, l -bind = $mod, right, movefocus, r -bind = $mod, up, movefocus, u -bind = $mod, down, movefocus, d - -bind = shift, left, movewindow, l -bind = shift, right, movewindow, r -bind = shift, up, movewindow, u -bind = shift, down, movewindow, d - -bind = $mod, 1, workspace, 1 -bind = $mod, 2, workspace, 2 -bind = $mod, 3, workspace, 3 -bind = $mod, 4, workspace, 4 -bind = $mod, 5, workspace, 5 -bind = $mod, 6, workspace, 6 -bind = $mod, 7, workspace, 7 -bind = $mod, 8, workspace, 8 -bind = $mod, 9, workspace, 9 -bind = $mod, 0, workspace, 10 - -bind = $mod shift, 1, movetoworkspace, 1 -bind = $mod shift, 2, movetoworkspace, 2 -bind = $mod shift, 3, movetoworkspace, 3 -bind = $mod shift, 4, movetoworkspace, 4 -bind = $mod shift, 5, movetoworkspace, 5 -bind = $mod shift, 6, movetoworkspace, 6 -bind = $mod shift, 7, movetoworkspace, 7 -bind = $mod shift, 8, movetoworkspace, 8 -bind = $mod shift, 9, movetoworkspace, 9 -bind = $mod shift, 0, movetoworkspace, 10 - -workspace = w[t1], gapsout:0, gapsin:0, border:0, rounding:false # @dynamic_smartgaps -workspace = f[1], gapsout:0, gapsin:0, border:0, rounding:false # @dynamic_smartgaps - -bind = $mod, S, togglespecialworkspace, magic -bind = $mod shift, S, movetoworkspace, special:magic - -bind = $mod, mouse_down, workspace, e+1 -bind = $mod, mouse_up, workspace, e-1 -bindm = $mod, mouse:272, movewindow -bindm = $mod, mouse:273, resizewindow diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf deleted file mode 100644 index 5b05e5b..0000000 --- a/.config/hypr/hyprlock.conf +++ /dev/null @@ -1,139 +0,0 @@ -$font = JetBrainsMono Nerd Font Propo -$monitor = HDMI-A-1 - -general { - hide_cursor = 1 - grace = 0 - disable_loading = 1 -} - -animations { - enabled = 1 - bezier = linear, 1, 1, 0, 0 - animation = fadeIn, 1, 5, linear - animation = fadeOut, 1, 5, linear - animation = inputFieldDots, 1, 2, linear -} - -background { - monitor = - path = $HOME/.cache/wallpaper/wallpaper.* - blur_passes = 5 - blur_size = 5 -} - -input-field { - monitor = $monitor - size = 150, 60 - outline_thickness = 3 - - inner_color = rgba(0, 0, 0, 0.0) - outer_color = rgba(0, 0, 0, 0.0) - - check_color = $red - fail_color = $red - - font_color = rgba(255, 255, 255, 0.5) - fade_on_empty = false - rounding = 30 - - font_family = $font - placeholder_text = - fail_text = - - dots_text_format = * - dots_size = 0.4 - dots_spacing = 0.3 - - position = 0, 80 - halign = center - valign = bottom -} - -label { - monitor = $monitor - text = cmd[update:1] date +"%l:%M" - font_size = 120 - font_family = $font black - position = 0, -200 - halign = center - valign = top - color = rgba($textAlpha55) -} - -label { - monitor = $monitor - text = cmd[update:1] date +"%a" - font_size = 16 - font_family = $font - position = -150, -380 - halign = center - valign = top - color = $text -} - -label { - monitor = $monitor - text = - font_size = 14 - font_family = $font - position = -100, -382 - halign = center - valign = top - color = $red -} - -label { - monitor = $monitor - text = cmd[update:1] date +"%e" - font_size = 16 - font_family = $font - position = -50, -380 - halign = center - valign = top - color = $text -} - -label { - monitor = $monitor - text = - font_size = 14 - font_family = $font - position = 0, -382 - halign = center - valign = top - color = $green -} - -label { - monitor = $monitor - text = cmd[update:1] date +"%b" - font_size = 16 - font_family = $font - position = 50, -380 - halign = center - valign = top - color = $text -} - -label { - monitor = $monitor - text = - font_size = 14 - font_family = $font - position = 100, -382 - halign = center - valign = top - color = $blue -} - -label { - monitor = $monitor - text = cmd[update:1] date +"%Y" - font_size = 16 - font_family = $font - position = 150, -380 - halign = center - valign = top - color = $text -} |
