From ce99111029841847973447c466c3d2b1acaa8b27 Mon Sep 17 00:00:00 2001 From: Alexander Bell Date: Sat, 17 May 2025 18:23:30 +0200 Subject: [PATCH] . --- .config/hypr/conf.d/input.conf | 2 +- .config/hypr/hyprland.conf | 6 ++++-- install.bash | 24 ++++-------------------- 3 files changed, 9 insertions(+), 23 deletions(-) diff --git a/.config/hypr/conf.d/input.conf b/.config/hypr/conf.d/input.conf index 27083b3..aee14b4 100644 --- a/.config/hypr/conf.d/input.conf +++ b/.config/hypr/conf.d/input.conf @@ -16,7 +16,7 @@ input { touchpad { natural_scroll = true - scroll_factor = 0.5 + scroll_factor = 0.3 } } diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index ddd350d..d174373 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -24,6 +24,7 @@ $email = thunderbird $screenshot = grim $screenshotSelect = grim -g "$(slurp -d)" - | wl-copy $lockscreen = hyprlock +$music = feishin ############################# ### ENVIRONMENT VARIABLES ### @@ -50,8 +51,9 @@ env = ELECTRON_OZONE_PLATFORM_HINT,auto exec-once = waybar exec-once = hyprpaper & hypridle & $lockscreen exec-once = dunst -#exec-once = [workspace 2 silent] $browser -#exec-once = [workspace 1 silent] $terminal +exec-once = [workspace 1 silent] $browser +exec-once = [workspace 2 silent] $terminal +exec-once = [workspace 5 silent] $music ############################## ### WINDOWS AND WORKSPACES ### diff --git a/install.bash b/install.bash index 617cac3..ea28261 100644 --- a/install.bash +++ b/install.bash @@ -4,6 +4,10 @@ # Kitty tab bar: https://github.com/kovidgoyal/kitty/discussions/4447#discussioncomment-3240635 # Copy everything from .config +################################################################### +# SYMBOLIC LINKS +################################################################### + ln -s ~/dotfiles/wallpapers ~/wallpapers ln -s ~/dotfiles/.fonts ~/.fonts @@ -17,26 +21,6 @@ ln -s ~/dotfiles/.conf/environment.d ~/.config/environment.d ################################################################### # PACKAGES - -################################################################### -# SYMBOLIC LINKS -################################################################### - - -################################################################### -# SYMBOLIC LINKS -################################################################### - - -################################################################### -# SYMBOLIC LINKS -################################################################### - - -################################################################### -# SYMBOLIC LINKS -################################################################### - ################################################################### # Hyperland stuff