diff --git a/home/.config/hypr/hyprland.conf b/home/.config/hypr/hyprland.conf index 6c3c8d2..d8f94c8 100644 --- a/home/.config/hypr/hyprland.conf +++ b/home/.config/hypr/hyprland.conf @@ -23,19 +23,19 @@ # See https://wiki.hyprland.org/Configuring/Monitors/ #monitor=,preferred,auto,auto -monitor=eDP1, 1920x1080, 0x0, 1 +monitor=eDP-1, 1920x1080, 0x0, 1 -workspace=1,monitor:eDP1 -workspace=2,monitor:eDP1 -workspace=3,monitor:eDP1 -workspace=4,monitor:eDP1 -workspace=5,monitor:eDP1 -workspace=6,monitor:eDP1 -workspace=7,monitor:eDP1 -workspace=8,monitor:eDP1 -workspace=9,monitor:eDP1 -workspace=10,monitor:eDP1 +workspace=1,monitor:eDP-1 +workspace=2,monitor:eDP-1 +workspace=3,monitor:eDP-1 +workspace=4,monitor:eDP-1 +workspace=5,monitor:eDP-1 +workspace=6,monitor:eDP-1 +workspace=7,monitor:eDP-1 +workspace=8,monitor:eDP-1 +workspace=9,monitor:eDP-1 +workspace=10,monitor:eDP-1 xwayland { @@ -66,7 +66,7 @@ $menu = wofi --show drun --theme /home/kirreen/.local/share/rofi/themes/tokyonig exec-once = waybar & hyprpaper #& firefox exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = vesktop & nheko -exec-once = env LD_PRELOAD=/usr/lib32/libextest.so /usr/bin/steam-runtime %U -pipewire +# exec-once = env LD_PRELOAD=/usr/lib32/libextest.so /usr/bin/steam-runtime %U -pipewire # env XDG_SESSION_TYPE=x11 discord ############################# @@ -195,16 +195,21 @@ input { follow_mouse = 1 - sensitivity = -.76 # -1.0 - 1.0, 0 means no modification. + #sensitivity = -.76 # -1.0 - 1.0, 0 means no modification. + sensitivity = -.15 # -1.0 - 1.0, 0 means no modification. touchpad { natural_scroll = false + clickfinger_behavior = true } } # https://wiki.hyprland.org/Configuring/Variables/#gestures gestures { - workspace_swipe = false + workspace_swipe = true + workspace_swipe_invert = false + workspace_swipe_direction_lock = false + workspace_swipe_forever = true } # Example per-device config diff --git a/populate.sh b/populate.sh index 01311c7..414ba8e 100755 --- a/populate.sh +++ b/populate.sh @@ -2,36 +2,36 @@ # mv existing file on PC to .pop.bak, then ln -s new file to it mv ~/.config/bspwm/bspwmrc ~/.config/bspwm/bspwmrc.pop.bak -ln -s home/.config/bspwm/bspwmrc ~/.config/bspwm/bspwmrc +ln -s ~/Dev/dotfiles/home/.config/bspwm/bspwmrc ~/.config/bspwm/bspwmrc mv ~/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc.pop.bak -ln -s home/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc +ln -s ~/Dev/dotfiles/home/.config/sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc mv ~/.config/hypr/hyprland.conf ~/.config/hypr/hyprland.conf.pop.bak -ln -s home/.config/hypr/hyprland.conf ~/.config/hypr/hyprland.conf +ln -s ~/Dev/dotfiles/home/.config/hypr/hyprland.conf ~/.config/hypr/hyprland.conf mv ~/.config/hypr/hyprpaper.conf ~/.config/hypr/hyprpaper.conf.pop.bak -ln -s home/.config/hypr/hyprpaper.conf ~/.config/hypr/hyprpaper.conf +ln -s ~/Dev/dotfiles/home/.config/hypr/hyprpaper.conf ~/.config/hypr/hyprpaper.conf mv ~/.config/kitty/kitty.conf ~/.config/kitty/kitty.conf.pop.bak -ln -s home/.config/kitty/kitty.conf ~/.config/kitty/kitty.conf +ln -s ~/Dev/dotfiles/home/.config/kitty/kitty.conf ~/.config/kitty/kitty.conf mv ~/.config/nvim/init.vim ~/.config/nvim/init.vim.pop.bak -ln -s home/.config/nvim/init.vim ~/.config/nvim/init.vim +ln -s ~/Dev/dotfiles/home/.config/nvim/init.vim ~/.config/nvim/init.vim mv ~/.config/picom/picom.conf ~/.config/picom/picom.conf.pop.bak -ln -s home/.config/picom/picom.conf ~/.config/picom/picom.conf +ln -s ~/Dev/dotfiles/home/.config/picom/picom.conf ~/.config/picom/picom.conf mv ~/.config/waybar/config.jsonc ~/.config/waybar/config.jsonc.pop.bak -ln -s home/.config/waybar/config.jsonc ~/.config/waybar/config.jsonc +ln -s ~/Dev/dotfiles/home/.config/waybar/config.jsonc ~/.config/waybar/config.jsonc mv ~/.config/waybar/style.css ~/.config/waybar/style.css.pop.bak -ln -s home/.config/waybar/style.css ~/.config/waybar/style.css +ln -s ~/Dev/dotfiles/home/.config/waybar/style.css ~/.config/waybar/style.css mv ~/.config/wofi/style.css ~/.config/wofi/style.css.pop.bak -ln -s home/.config/wofi/style.css ~/.config/wofi/style.css +ln -s ~/Dev/dotfiles/home/.config/wofi/style.css ~/.config/wofi/style.css mv ~/.Xresources ~/.Xresources.pop.bak -ln -s home/.Xresources ~/.Xresources +ln -s ~/Dev/dotfiles/home/.Xresources ~/.Xresources mv ~/.xinitrc ~/.xinitrc.pop.bak -ln -s home/.xinitrc ~/.xinitrc +ln -s ~/Dev/dotfiles/home/.xinitrc ~/.xinitrc mv ~/.zshrc ~/.zshrc.pop.bak -ln -s home/.zshrc ~/.zshrc +ln -s ~/Dev/dotfiles/home/.zshrc ~/.zshrc