chore: 🧹

Just Tidying
This commit is contained in:
Jake Pullen
2025-05-17 14:33:39 +01:00
parent 885ced00d9
commit 6f35411baf
10 changed files with 2855 additions and 60 deletions
+4 -22
View File
@@ -1,14 +1,3 @@
# This is an example Hyprland config file.
# Refer to the wiki for more information.
# https://wiki.hyprland.org/Configuring/
# Please note not all available settings / options are set here.
# For a full list, see the wiki
# You can split this configuration into multiple files
# Create your files separately and then link them to this file like this:
# source = ~/.config/hypr/myColors.conf
################
### MONITORS ###
@@ -30,7 +19,7 @@ monitor = DP-2, preferred, auto, 1 # LG DualUpw
$terminal = alacritty
$fileManager = dolphin
$menu = wofi --show drun
$editor = ~/.local/bin/zed
$editor = nvim
#################
### AUTOSTART ###
@@ -40,9 +29,9 @@ $editor = ~/.local/bin/zed
# Or execute your favorite apps at launch like this:
exec-once = waybar
exec-once = $terminal
exec-once = $editor
exec-once = [workspace 10 silent] spotify-launcher
exec-once = [workspace 1 silent] $terminal
exec-once = [workspace 1 silent] $editor
exec-once = [workspace 10] spotify-launcher
#############################
@@ -137,15 +126,8 @@ misc {
# https://wiki.hyprland.org/Configuring/Variables/#input
input {
kb_layout = gb
kb_variant =
kb_model =
kb_options =
kb_rules =
follow_mouse = 1
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
touchpad {
natural_scroll = false
}