refactor
This commit is contained in:
@@ -1,42 +0,0 @@
|
||||
# Needs To start first
|
||||
exec-once = tmux new-session -d -s qs 'sleep 2 && quickshell'
|
||||
exec-once = hypridle
|
||||
exec-once = hyprpaper
|
||||
# now via:
|
||||
exec-once = bash -c 'sleep 2 && ~/.config/hypr/scripts/wallpapers/random_wallpaper.sh > ~/.config/hypr/scripts/wallpapers/random_wallpaper.log'
|
||||
exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
||||
exec-once = tmux new-session -d -s keyring '/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gpg'
|
||||
# exec-once = sleep 1 && ~/.config/hypr/scripts/wallpapers/wallpaper.sh
|
||||
# exec-once = ~/.config/hypr/scripts/goxlr/goxlr-start.sh
|
||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
# exec-once = tmux new-session -d -s carla 'carla -n /home/honney/Downloads/test.carxp'
|
||||
# exec-once = udiskie -t
|
||||
# exec-once = tmux new-session -d -s fah 'cd ~/.local/share/fah && fah-client'
|
||||
exec-once = tmux new-session -d -s ollama '/usr/bin/ollama serve'
|
||||
exec-once = tmux new-session -d -s ydotool 'ydotoold'
|
||||
exec-once = sleep 2 && hyprctl reload
|
||||
|
||||
|
||||
# Monitor LT
|
||||
exec-once = discord
|
||||
exec-once = nextcloud
|
||||
exec-once = bash -c '~/.config/hypr/scripts/autostart/keepass.sh > ~/.config/hypr/scripts/autostart/keepass.log'
|
||||
|
||||
|
||||
# Monitor RT
|
||||
exec-once = bash -c '~/.config/hypr/scripts/autostart/floorp.sh > ~/.config/hypr/scripts/autostart/floorp.log'
|
||||
# exec-once = librewolf
|
||||
# exec-once = thunderbird
|
||||
# exec-once = alacritty -e /usr/bin/ollama serve
|
||||
|
||||
# Monitor LB
|
||||
|
||||
# Monitor RB
|
||||
|
||||
|
||||
# Reset to default workspaces
|
||||
exec-once = sleep 3 && hyprctl dispatch workspace 4
|
||||
exec-once = sleep 3 && hyprctl dispatch workspace 3
|
||||
exec-once = sleep 3 && hyprctl dispatch workspace 2
|
||||
exec-once = sleep 3 && hyprctl dispatch workspace 1
|
||||
@@ -1,5 +1,4 @@
|
||||
# -- keybinds --
|
||||
|
||||
$mod = SUPER
|
||||
|
||||
bind = $mod, RETURN, exec, $terminal
|
||||
@@ -11,31 +10,12 @@ bind = $mod, D, exec, $menu # "Apps"
|
||||
bind = $mod SHIFT, D, pseudo, # dwindle
|
||||
# bind = $mod, J, togglesplit, # dwindle
|
||||
|
||||
#waybar
|
||||
bind = $mod SHIFT, B, exec, ~/.config/waybar/launch.sh
|
||||
bind = $mod, B, exec, killall -SIGUSR1 waybar
|
||||
|
||||
# wallpaper/swww
|
||||
# bind = $mod SHIFT, W, exec, ~/.config/hypr/scripts/wallpapers/wallpaper.sh
|
||||
|
||||
# quickshell
|
||||
bind = $mod SHIFT, W, global, quickshell:Wallpaper
|
||||
bind = $mod SHIFT, J, global, quickshell:JLearner
|
||||
bind = $mod SHIFT, L, global, quickshell:WLogout
|
||||
bind = , Esc, global, quickshell:Closer
|
||||
|
||||
# wlogout
|
||||
bind = $mod, M, exec, wlogout -b 2
|
||||
|
||||
# file manager
|
||||
bind = $mod, E, exec, $fileManager
|
||||
|
||||
# hyprlock
|
||||
bind = $mod, L, exec, hyprlock
|
||||
|
||||
# hyprpaper
|
||||
bind = $mod SHIFT, H, exec, hyprpaper
|
||||
|
||||
# switch workspaces
|
||||
bind = $mod, 1, workspace, 1
|
||||
bind = $mod, 2, workspace, 2
|
||||
@@ -95,40 +75,7 @@ bind = $mod ALT, P, exec, ~/.config/hypr/scripts/screenshot/screenshot_monitor.s
|
||||
bind = $mod SHIFT, P, exec, ~/.config/hypr/scripts/screenshot/screenshot_area.sh
|
||||
bind = $mod SHIFT, S, exec, ~/.config/hypr/scripts/screenshot/screenshot_area_2.sh
|
||||
|
||||
# Umlaute / German compatability on english Keyboard
|
||||
bind = $mod, a, exec, bash -c 'wtype "ä"; xdotool type "ä"'
|
||||
bind = $mod SHIFT, a, exec, wtype "Ä"
|
||||
bind = $mod, o, exec, wtype "ö"
|
||||
bind = $mod SHIFT, o, exec, wtype "Ö"
|
||||
bind = $mod, u, exec, wtype "ü"
|
||||
bind = $mod SHIFT, u, exec, wtype "Ü"
|
||||
bind = $mod, s, exec, wtype "ß"
|
||||
bind = $mod SHIFT, e, exec, wtype "€"
|
||||
|
||||
# Makro Pad
|
||||
bind = $mod SHIFT CTRL, F1, exec, ~/.config/hypr/scripts/makropad/button01.sh
|
||||
bind = $mod SHIFT CTRL, F2, exec, ~/.config/hypr/scripts/makropad/button02.sh
|
||||
bind = $mod SHIFT CTRL, F3, exec, ~/.config/hypr/scripts/makropad/button03.sh
|
||||
bind = $mod SHIFT CTRL, F4, exec, ~/.config/hypr/scripts/makropad/button04.sh
|
||||
bind = $mod SHIFT CTRL, F5, exec, ~/.config/hypr/scripts/makropad/button05.sh
|
||||
bind = $mod SHIFT CTRL, F6, exec, ~/.config/hypr/scripts/makropad/button06.sh
|
||||
bind = $mod SHIFT CTRL, F7, exec, ~/.config/hypr/scripts/makropad/button07.sh
|
||||
bind = $mod SHIFT CTRL, F8, exec, ~/.config/hypr/scripts/makropad/button08.sh
|
||||
bind = $mod SHIFT CTRL, F9, exec, ~/.config/hypr/scripts/makropad/button09.sh
|
||||
bind = $mod SHIFT CTRL, F10, exec, ~/.config/hypr/scripts/makropad/button10.sh
|
||||
bind = $mod SHIFT CTRL, F11, exec, ~/.config/hypr/scripts/makropad/button11.sh
|
||||
bind = $mod SHIFT CTRL, F12, exec, ~/.config/hypr/scripts/makropad/button12.sh
|
||||
|
||||
# Auto Type
|
||||
bind = ALT, T, exec, ~/.config/hypr/scripts/writing/todo.sh
|
||||
bind = ALT, Y, exec, ~/.config/hypr/scripts/writing/tmdb.sh
|
||||
|
||||
# Opening Additional Apps
|
||||
bind = $mod SHIFT, C, exec, code
|
||||
bind = $mod SHIFT, V, exec, vscodium
|
||||
|
||||
# Scrolling
|
||||
|
||||
bind = $mod CTRL, left, layoutmsg, focus l
|
||||
bind = $mod CTRL, right, layoutmsg, focus r
|
||||
bind = $mod CTRL SHIFT, left, layoutmsg, swapcol l
|
||||
|
||||
+1
-54
@@ -9,57 +9,4 @@ misc {
|
||||
|
||||
render {
|
||||
cm_auto_hdr = 1 # 0: off, 1: on, 2: edid
|
||||
}
|
||||
|
||||
monitorv2 {
|
||||
output = desc:ASUSTek COMPUTER INC PA279CRV S5LMSB007609
|
||||
mode = 3840x2160@60
|
||||
position = -3840x0
|
||||
scale = 1
|
||||
bitdepth = 10
|
||||
supports_hdr = 1
|
||||
transform = 0
|
||||
supports_wide_color = 1
|
||||
sdr_min_luminance = 1000
|
||||
sdr_max_luminance = 400
|
||||
}
|
||||
|
||||
monitorv2 {
|
||||
output = desc:BNQ BenQ EX2710U Y8P00876019
|
||||
mode = 3840x2160@144
|
||||
position = 0x0
|
||||
scale = 1
|
||||
bitdepth = 10
|
||||
supports_hdr = 1
|
||||
transform = 0
|
||||
supports_wide_color = 1
|
||||
sdr_min_luminance = 1000
|
||||
sdr_max_luminance = 400
|
||||
}
|
||||
|
||||
monitor = desc:LG Electronics LG ULTRAFINE 503NTKF3L437, 3840x2160@60, 0x-2160, 1, transform, 2, bitdepth, 10, cm, wide
|
||||
|
||||
monitor = desc:LG Electronics LG ULTRAGEAR 107MAKR2RE65, 1920x1080@144, -1920x-1080, 1, transform, 2
|
||||
# monitor = desc:LG Electronics LG ULTRAGEAR 107MAKR2RE65, 3840x2160@60, -3840x-2160, 1, transform, 2
|
||||
|
||||
monitor = desc:Dell Inc. DELL P2419H D4CN3Q2, 1920x1080@60, -1920x-2160, 1
|
||||
|
||||
monitor = desc:BOE 0x08A8, 1920x1080@60, 0x0, 1
|
||||
|
||||
# Workspaces on Monitor 1
|
||||
workspace = 1, monitor:desc:BOE 0x08A8
|
||||
|
||||
# Workspaces on Monitor 2
|
||||
# workspace = 2, monitor:desc:ASUSTek COMPUTER INC PA279CRV S5LMSB007609, layout:scrolling, layoutopt:direction:right
|
||||
# workspace = 200, monitor:desc:ASUSTek COMPUTER INC PA279CRV S5LMSB007609
|
||||
|
||||
# Workspaces on Monitor 3
|
||||
# workspace = 3, monitor:desc:LG Electronics LG ULTRAFINE 503NTKF3L437
|
||||
# workspace = 300, monitor:desc:LG Electronics LG ULTRAFINE 503NTKF3L437
|
||||
# workspace = 301, monitor:desc:LG Electronics LG ULTRAFINE 503NTKF3L437
|
||||
# workspace = 302, monitor:desc:LG Electronics LG ULTRAFINE 503NTKF3L437
|
||||
|
||||
# Workspaces on Monitor 4
|
||||
# workspace = 4, monitor:desc:LG Electronics LG ULTRAGEAR 107MAKR2RE65
|
||||
# workspace = 400, monitor:desc:LG Electronics LG ULTRAGEAR 107MAKR2RE65
|
||||
# workspace = 401, monitor:desc:LG Electronics LG ULTRAGEAR 107MAKR2RE65
|
||||
}
|
||||
+1
-22
@@ -3,10 +3,6 @@ $CURSOR_THEME = "DJ-FOX-C"
|
||||
$ICON_THEME = "BeautyLine-Garuda"
|
||||
$KVANTUM_THEME = "Catppuccin-Mocha-Blue"
|
||||
|
||||
# Experimental HDR (optional)
|
||||
# experimental:xx_color_management_v4 = true
|
||||
# debug:full_cm_proto=true
|
||||
|
||||
# GTK Theming
|
||||
env = GTK_THEME,Colloid-Dark
|
||||
env = GTK_ICON_THEME,BeautyLine-Garuda
|
||||
@@ -21,7 +17,7 @@ env = GTK_THEME_VARIANT,dark
|
||||
# in env.conf
|
||||
|
||||
# Icons:
|
||||
env = XDG_DATA_DIRS,/usr/local/share:/usr/share:/home/honney/.local/share:/home/honney/.icons
|
||||
env = XDG_DATA_DIRS,/usr/local/share:/usr/share:~/.local/share:~/.icons
|
||||
env = GTK_ICON_THEME,BeautyLine-Garuda
|
||||
|
||||
# Icons & Cursor
|
||||
@@ -34,9 +30,6 @@ cursor {
|
||||
no_hardware_cursors = true
|
||||
}
|
||||
|
||||
|
||||
# Font
|
||||
|
||||
# Window management
|
||||
general {
|
||||
gaps_in = 5
|
||||
@@ -59,20 +52,6 @@ decoration {
|
||||
}
|
||||
}
|
||||
|
||||
input {
|
||||
kb_layout = de
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options =
|
||||
kb_rules =
|
||||
follow_mouse = 1
|
||||
touchpad {
|
||||
natural_scroll = no
|
||||
}
|
||||
sensitivity = 0 # -1.0 to 1.0; 0 means no modification.
|
||||
numlock_by_default = true
|
||||
}
|
||||
|
||||
animations {
|
||||
enabled = yes
|
||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||
|
||||
@@ -1,65 +0,0 @@
|
||||
# The config for to which workspace which window goes
|
||||
|
||||
### Apps windows to Workspaces
|
||||
# Recommended Command: sleep 2 && hyprctl activewindow
|
||||
|
||||
# windowrulev2 = workspace 5, class:^(.*python3.*)$
|
||||
|
||||
# Apps on Monitor 1
|
||||
|
||||
# Apps on Monitor 2
|
||||
#windowrule {
|
||||
# name = VirtualBox
|
||||
# match:class = .*VirtualBox.*
|
||||
# workspace = 200
|
||||
#}
|
||||
|
||||
# Apps on Monitor 3
|
||||
# windowrule {
|
||||
# name = Floorp
|
||||
# match:class = .*floorp.*
|
||||
# workspace = 3
|
||||
# }
|
||||
|
||||
#windowrule {
|
||||
# name = Librewolf
|
||||
# match:class = .*librewolf.*
|
||||
# workspace = 300
|
||||
#}
|
||||
|
||||
#windowrule {
|
||||
# name = Thunderbird
|
||||
# match:class = .*org.mozilla.Thunderbird.*
|
||||
# workspace = 301
|
||||
#}
|
||||
|
||||
#windowrule {
|
||||
# name = Alacritty
|
||||
# match:class = .*Alacritty.*
|
||||
# workspace = 302
|
||||
#}
|
||||
|
||||
# Apps on Monitor 4
|
||||
windowrule {
|
||||
name = Discord
|
||||
match:class = .*discord.*
|
||||
workspace = 4
|
||||
}
|
||||
windowrule {
|
||||
name = Signal
|
||||
match:class = .*Signal.*
|
||||
workspace = 4
|
||||
}
|
||||
windowrule {
|
||||
name = Nextcloud
|
||||
match:class = .*com.nextcloud.desktopclient.nextcloud.*
|
||||
workspace = 400
|
||||
}
|
||||
# windowrule {
|
||||
# name = KeePassXC
|
||||
# match:class = .*org.keepassxc.KeePassXC.*
|
||||
# workspace = 401
|
||||
# }
|
||||
|
||||
|
||||
#windowrulev2 = tile,xwayland:1 # Grayjay and other xWayland fix but can also break
|
||||
Reference in New Issue
Block a user