Compare commits
2 Commits
1d0811d81a
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f20066587a | ||
|
|
c084024f82 |
24
.config/hypr/hypridle.conf
Executable file
@@ -0,0 +1,24 @@
|
|||||||
|
# _____ __ __ _____ _____ __ _____ _____ _____
|
||||||
|
# | | | | | _ | __ | | | | | | |
|
||||||
|
# | |_ _| __| -| |__| | | --| -|
|
||||||
|
# |__|__| |_| |__| |__|__|_____|_____|_____|__|__|
|
||||||
|
#
|
||||||
|
# by Bina
|
||||||
|
|
||||||
|
|
||||||
|
listener {
|
||||||
|
timeout = 300
|
||||||
|
on-timeout = hyprlock
|
||||||
|
}
|
||||||
|
|
||||||
|
# listener {
|
||||||
|
# timeout = 360
|
||||||
|
# on-timeout = hyprctl dispatch dpms off
|
||||||
|
# on-resume = hyprctl dispatch dpms on && \
|
||||||
|
# (pgrep -x floorp >/dev/null || floorp &) && \
|
||||||
|
# (pgrep -x librewolf >/dev/null || librewolf &)
|
||||||
|
#
|
||||||
|
# }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
99
.config/hypr/hyprland.conf.save
Executable file
@@ -0,0 +1,99 @@
|
|||||||
|
# _____ __ __ _____ _____ __ _____ _____ ____
|
||||||
|
# | | | | | _ | __ | | | _ | | | \
|
||||||
|
# | |_ _| __| -| |__| | | | | | |
|
||||||
|
# |__|__| |_| |__| |__|__|_____|__|__|_|___|____/
|
||||||
|
#
|
||||||
|
# by Bina
|
||||||
|
|
||||||
|
### Dolphin App Picker fix?
|
||||||
|
env = XDG_MENU_PREFIX,arch-
|
||||||
|
env = QT_QPA_PLATFORM,wayland
|
||||||
|
env = QT_QPA_PLATFORMTHEME,qt5ct
|
||||||
|
|
||||||
|
# -- execute at launch --
|
||||||
|
exec-once = waybar
|
||||||
|
xexec-once = hypridle
|
||||||
|
exec-once = hyprpaper
|
||||||
|
|
||||||
|
# -- pywal colors --
|
||||||
|
source = ~/.config/wal/templates/colors-hyprland
|
||||||
|
|
||||||
|
# -- monitor --
|
||||||
|
monitor=,preferred,auto,auto
|
||||||
|
monitor=HDMI-A-1,3840x2160@60,-3840x0,1
|
||||||
|
monitor=DP-2,3840x2160@144,0x0,1
|
||||||
|
monitor=DP-1,1920x1080@60,-1920x-1080,1,transform,2
|
||||||
|
monitor=DP-3,1920x1080@144,0x-1080,1,transform,2
|
||||||
|
|
||||||
|
|
||||||
|
# -- programs --
|
||||||
|
$terminal = kitty
|
||||||
|
$fileManager = nemo # put your preffered fileManager here, choose keybind
|
||||||
|
$menu = wofi --show drun
|
||||||
|
|
||||||
|
# Cursor
|
||||||
|
env = HYPRCURSOR_THEME,DJ-FOX-C
|
||||||
|
env = HYPRCURSOR_SIZE,24
|
||||||
|
|
||||||
|
# -- environment variables --
|
||||||
|
|
||||||
|
general {
|
||||||
|
gaps_in = 5
|
||||||
|
gaps_out = 8
|
||||||
|
border_size = 0
|
||||||
|
layout = dwindle
|
||||||
|
allow_tearing = false
|
||||||
|
}
|
||||||
|
|
||||||
|
decoration {
|
||||||
|
rounding = 5
|
||||||
|
active_opacity = 0.92
|
||||||
|
inactive_opacity = 0.92
|
||||||
|
fullscreen_opacity = 1
|
||||||
|
blur {
|
||||||
|
enabled = false
|
||||||
|
size = 3
|
||||||
|
passes = 1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
kb_layout = us
|
||||||
|
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
|
||||||
|
animation = windows, 1, 7, myBezier
|
||||||
|
animation = windowsOut, 1, 7, default, popin 80%
|
||||||
|
animation = border, 1, 10, default
|
||||||
|
animation = borderangle, 1, 8, default
|
||||||
|
animation = fade, 1, 7, default
|
||||||
|
animation = workspaces, 1, 6, default
|
||||||
|
}
|
||||||
|
|
||||||
|
dwindle {
|
||||||
|
pseudotile = yes
|
||||||
|
preserve_split = yes
|
||||||
|
}
|
||||||
|
|
||||||
|
gestures {
|
||||||
|
workspace_swipe = off
|
||||||
|
}
|
||||||
|
|
||||||
|
misc {
|
||||||
|
force_default_wallpaper = 0
|
||||||
|
disable_hyprland_logo = true
|
||||||
|
}
|
||||||
|
|
||||||
|
source = ~/.config/hypr/hyprland_configs/bind.conf
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
# Needs To start first
|
# Needs To start first
|
||||||
exec-once = waybar
|
exec-once = waybar
|
||||||
#exec-once = hypridle
|
exec-once = hypridle
|
||||||
exec-once = hyprpaper
|
exec-once = hyprpaper
|
||||||
exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
||||||
exec-once = bash /usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gpg
|
exec-once = bash /usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh,gpg
|
||||||
@@ -8,8 +8,9 @@ exec-once = sleep 1 && ~/.config/hypr/scripts/wallpapers/wallpaper.sh
|
|||||||
exec-once = ~/.config/hypr/scripts/goxlr/goxlr-start.sh
|
exec-once = ~/.config/hypr/scripts/goxlr/goxlr-start.sh
|
||||||
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
exec-once = systemctl --user start hyprpolkitagent
|
exec-once = systemctl --user start hyprpolkitagent
|
||||||
exec-once = carla -n ~/Music/1Player.carxp
|
exec-once = tmux new-session -d -s carla 'carla -n /home/honney/Downloads/test.carxp'
|
||||||
# exec-once = udiskie -t
|
# exec-once = udiskie -t
|
||||||
|
exec-once = tmux new-session -d -s fah 'fah-client'
|
||||||
|
|
||||||
# Monitor LT
|
# Monitor LT
|
||||||
exec-once = discord
|
exec-once = discord
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ $mainMod = SUPER
|
|||||||
|
|
||||||
bind = $mainMod, RETURN, exec, $terminal
|
bind = $mainMod, RETURN, exec, $terminal
|
||||||
bind = $mainMod, W, killactive, # "Quit"
|
bind = $mainMod, W, killactive, # "Quit"
|
||||||
|
bind = $mainMod, Q, killactive, # "Quit"
|
||||||
bind = $mainMod, F, fullscreen,
|
bind = $mainMod, F, fullscreen,
|
||||||
bind = $mainMod, V, togglefloating,
|
bind = $mainMod, V, togglefloating,
|
||||||
bind = $mainMod, D, exec, $menu # "Apps"
|
bind = $mainMod, D, exec, $menu # "Apps"
|
||||||
@@ -17,6 +18,7 @@ bind = $mainMod, B, exec, killall -SIGUSR1 waybar
|
|||||||
|
|
||||||
# wallpaper/swww
|
# wallpaper/swww
|
||||||
bind = $mainMod SHIFT, W, exec, ~/.config/hypr/scripts/wallpapers/wallpaper.sh
|
bind = $mainMod SHIFT, W, exec, ~/.config/hypr/scripts/wallpapers/wallpaper.sh
|
||||||
|
# bind = $mainMod SHIFT, W, global, quickshell:Wallpaper
|
||||||
|
|
||||||
# wlogout
|
# wlogout
|
||||||
bind = $mainMod, M, exec, wlogout -b 2
|
bind = $mainMod, M, exec, wlogout -b 2
|
||||||
|
|||||||
113
.config/hypr/hyprland/bind.conf.save
Executable file
@@ -0,0 +1,113 @@
|
|||||||
|
# -- keybinds --
|
||||||
|
|
||||||
|
$mainMod = SUPER
|
||||||
|
|
||||||
|
bind = $mainMod, RETURN, exec, $terminal
|
||||||
|
bind = $mainMod, W, killactive, # "Quit"
|
||||||
|
bind = $mainMod, Q, killactive, # "Quit"
|
||||||
|
bind = $mainMod, F, fullscreen,
|
||||||
|
bind = $mainMod, V, togglefloating,
|
||||||
|
bind = $mainMod, D, exec, $menu # "Apps"
|
||||||
|
bind = $mainMod SHIFT, D, pseudo, # dwindle
|
||||||
|
bind = $mainMod, J, togglesplit, # dwindle
|
||||||
|
|
||||||
|
|
||||||
|
# waybar
|
||||||
|
bind = $mainMod SHIFT, B, exec, ~/.config/waybar/launch.sh
|
||||||
|
bind = $mainMod, B, exec, killall -SIGUSR1 waybar
|
||||||
|
|
||||||
|
# wallpaper/swww
|
||||||
|
bind = $mainMod SHIFT, W, exec, ~/.config/hypr/scripts/wallpapers/wallpaper.sh
|
||||||
|
# €bind = $mainMod SHIFT, W, global, quickshell:Wallpaper
|
||||||
|
|
||||||
|
# wlogout
|
||||||
|
bind = $mainMod, M, exec, wlogout -b 2
|
||||||
|
|
||||||
|
# file manager
|
||||||
|
bind = $mainMod, E, exec, $fileManager
|
||||||
|
|
||||||
|
# hyprlock
|
||||||
|
bind = $mainMod, L, exec, hyprlock
|
||||||
|
|
||||||
|
# hyprpaper
|
||||||
|
bind = $mainMod SHIFT, H, exec, hyprpaper
|
||||||
|
|
||||||
|
# switch workspaces
|
||||||
|
bind = $mainMod, 1, workspace, 1
|
||||||
|
bind = $mainMod, 2, workspace, 2
|
||||||
|
bind = $mainMod, 3, workspace, 3
|
||||||
|
bind = $mainMod, 4, workspace, 4
|
||||||
|
bind = $mainMod, 5, workspace, 5
|
||||||
|
bind = $mainMod, 6, workspace, 6
|
||||||
|
bind = $mainMod, 7, workspace, 7
|
||||||
|
bind = $mainMod, 8, workspace, 8
|
||||||
|
bind = $mainMod, 9, workspace, 9
|
||||||
|
bind = $mainMod, 0, workspace, 10
|
||||||
|
bind = $mainMod, TAB, workspace, e+1
|
||||||
|
|
||||||
|
# move active window to a workspace
|
||||||
|
bind = $mainMod SHIFT, 1, movetoworkspace, 1
|
||||||
|
bind = $mainMod SHIFT, 2, movetoworkspace, 2
|
||||||
|
bind = $mainMod SHIFT, 3, movetoworkspace, 3
|
||||||
|
bind = $mainMod SHIFT, 4, movetoworkspace, 4
|
||||||
|
bind = $mainMod SHIFT, 5, movetoworkspace, 5
|
||||||
|
bind = $mainMod SHIFT, 6, movetoworkspace, 6
|
||||||
|
bind = $mainMod SHIFT, 7, movetoworkspace, 7
|
||||||
|
bind = $mainMod SHIFT, 8, movetoworkspace, 8
|
||||||
|
bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
||||||
|
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||||
|
|
||||||
|
# move focus
|
||||||
|
bind = $mainMod, left, movefocus, l
|
||||||
|
bind = $mainMod, right, movefocus, r
|
||||||
|
bind = $mainMod, up, movefocus, u
|
||||||
|
bind = $mainMod, down, movefocus, d
|
||||||
|
|
||||||
|
# scroll through existing workspaces
|
||||||
|
bind = $mainMod, mouse_down, workspace, e+1
|
||||||
|
bind = $mainMod, mouse_up, workspace, e-1
|
||||||
|
|
||||||
|
# move/resize windows
|
||||||
|
bindm = $mainMod, mouse:272, movewindow
|
||||||
|
bindm = $mainMod SHIFT, mouse:272, resizewindow
|
||||||
|
|
||||||
|
bind = $mainMod SHIFT, right, resizeactive, 30 0
|
||||||
|
bind = $mainMod SHIFT, left, resizeactive, -30 0
|
||||||
|
bind = $mainMod SHIFT, up, resizeactive, 0 -30
|
||||||
|
bind = $mainMod SHIFT, down, resizeactive, 0 30
|
||||||
|
|
||||||
|
bind = $mainMod SHIFT, L, moveactive, 30 0
|
||||||
|
bind = $mainMod SHIFT, I, moveactive, -30 0
|
||||||
|
bind = $mainMod SHIFT, O, moveactive, 0 -30
|
||||||
|
bind = $mainMod SHIFT, K, moveactive, 0 30
|
||||||
|
|
||||||
|
# screenshots
|
||||||
|
bind = $mainMod, P, exec, ~/.config/hypr/scripts/screenshot/screenshot_window.sh
|
||||||
|
bind = $mainMod ALT, P, exec, ~/.config/hypr/scripts/screenshot/screenshot_monitor.sh
|
||||||
|
bind = $mainMod SHIFT, P, exec, ~/.config/hypr/scripts/screenshot/screenshot_area.sh
|
||||||
|
bind = $mainMod SHIFT, S, exec, ~/.config/hypr/scripts/screenshot/screenshot_area_2.sh
|
||||||
|
|
||||||
|
# Umlaute / German compatability on english Keyboard
|
||||||
|
bind = $mainMod, a, exec, bash -c 'wtype "ä"; xdotool type "ä"'
|
||||||
|
bind = $mainMod SHIFT, a, exec, wtype "Ä"
|
||||||
|
bind = $mainMod, o, exec, wtype "ö"
|
||||||
|
bind = $mainMod SHIFT, o, exec, wtype "Ö"
|
||||||
|
bind = $mainMod, u, exec, wtype "ü"
|
||||||
|
bind = $mainMod SHIFT, u, exec, wtype "Ü"
|
||||||
|
bind = $mainMod, s, exec, wtype "ß"
|
||||||
|
bind = $mainMod SHIFT, e, exec, wtype "€"
|
||||||
|
|
||||||
|
# Makro Pad
|
||||||
|
bind = $mainMod SHIFT CTRL, F1, exec, ~/.config/hypr/scripts/makropad/button01.sh
|
||||||
|
bind = $mainMod SHIFT CTRL, F2, exec, ~/.config/hypr/scripts/makropad/button02.sh
|
||||||
|
bind = $mainMod SHIFT CTRL, F3, exec, ~/.config/hypr/scripts/makropad/button03.sh
|
||||||
|
bind = $mainMod SHIFT CTRL, F4, exec, ~/.config/hypr/scripts/makropad/button04.sh
|
||||||
|
bind = $mainMod SHIFT CTRL, F5, exec, ~/.config/hypr/scripts/makropad/button05.sh
|
||||||
|
bind = $mainMod SHIFT CTRL, F6, exec, ~/.config/hypr/scripts/makropad/button06.sh
|
||||||
|
bind = $mainMod SHIFT CTRL, F7, exec, ~/.config/hypr/scripts/makropad/button07.sh
|
||||||
|
bind = $mainMod SHIFT CTRL, F8, exec, ~/.config/hypr/scripts/makropad/button08.sh
|
||||||
|
bind = $mainMod SHIFT CTRL, F9, exec, ~/.config/hypr/scripts/makropad/button09.sh
|
||||||
|
bind = $mainMod SHIFT CTRL, F10, exec, ~/.config/hypr/scripts/makropad/button10.sh
|
||||||
|
bind = $mainMod SHIFT CTRL, F11, exec, ~/.config/hypr/scripts/makropad/button11.sh
|
||||||
|
bind = $mainMod SHIFT CTRL, F12, exec, ~/.config/hypr/scripts/makropad/button12.sh
|
||||||
|
|
||||||
@@ -8,7 +8,7 @@ env = GTK_USE_PORTAL,1
|
|||||||
# environment-variables
|
# environment-variables
|
||||||
# Toolkit Backend Variables
|
# Toolkit Backend Variables
|
||||||
env = GDK_BACKEND,wayland,x11,*
|
env = GDK_BACKEND,wayland,x11,*
|
||||||
env = QT_QPA_PLATFORM,wayland;xcb
|
env = QT_QPA_PLATFORM,xcb
|
||||||
env = CLUTTER_BACKEND,wayland
|
env = CLUTTER_BACKEND,wayland
|
||||||
|
|
||||||
#Run SDL2 applications on Wayland.
|
#Run SDL2 applications on Wayland.
|
||||||
|
|||||||
@@ -6,23 +6,26 @@ monitor = desc:ASUSTek COMPUTER INC PA279CRV S5LMSB007609, 3840x2160@60, -3840x0
|
|||||||
|
|
||||||
monitor = desc:BNQ BenQ EX2710U Y8P00876019, 3840x2160@144, 0x0, 1
|
monitor = desc:BNQ BenQ EX2710U Y8P00876019, 3840x2160@144, 0x0, 1
|
||||||
|
|
||||||
monitor= desc:Dell Inc. DELL P2419H D4CN3Q2, 1920x1080@60, -1920x-1080, 1, transform, 2v
|
monitor= desc:LG Electronics LG ULTRAGEAR 107MAKR2RE65, 1920x1080@144, -1920x-1080, 1, transform, 2
|
||||||
|
|
||||||
monitor= desc:LG Electronics LG ULTRAGEAR 0x0004D8E1, 1920x1080@144, 0x-1080, 1, transform, 2
|
monitor= desc:Dell Inc. DELL P2419H D4CN3Q2, 1920x1080@60, -1920x-2160, 1
|
||||||
|
|
||||||
|
monitor= desc:LG Electronics LG ULTRAFINE 503NTKF3L437, 3840x2160@60, 0x-2160, 1, transform, 2
|
||||||
|
|
||||||
# Workspaces on Monitor 1
|
# Workspaces on Monitor 1
|
||||||
workspace = 1, monitor:desc:BNQ BenQ EX2710U Y8P00876019
|
workspace = 1, monitor:desc:BNQ BenQ EX2710U Y8P00876019
|
||||||
|
|
||||||
# Workspaces on Monitor 2
|
# Workspaces on Monitor 2
|
||||||
workspace = 2, monitor:desc:ASUSTek COMPUTER INC PA279CRV S5LMSB007609
|
workspace = 2, monitor:desc:ASUSTek COMPUTER INC PA279CRV S5LMSB007609
|
||||||
|
workspace = 200, monitor:desc:ASUSTek COMPUTER INC PA279CRV S5LMSB007609
|
||||||
|
|
||||||
# Workspaces on Monitor 3
|
# Workspaces on Monitor 3
|
||||||
workspace = 3, monitor:desc:LG Electronics LG ULTRAGEAR 0x0004D8E1
|
workspace = 3, monitor:desc:LG Electronics LG ULTRAFINE 503NTKF3L437
|
||||||
workspace = 300, monitor:desc:LG Electronics LG ULTRAGEAR 0x0004D8E1
|
workspace = 300, monitor:desc:LG Electronics LG ULTRAFINE 503NTKF3L437
|
||||||
workspace = 301, monitor:desc:LG Electronics LG ULTRAGEAR 0x0004D8E1
|
workspace = 301, monitor:desc:LG Electronics LG ULTRAFINE 503NTKF3L437
|
||||||
workspace = 302, monitor:desc:LG Electronics LG ULTRAGEAR 0x0004D8E1
|
workspace = 302, monitor:desc:LG Electronics LG ULTRAFINE 503NTKF3L437
|
||||||
|
|
||||||
# Workspaces on Monitor 4
|
# Workspaces on Monitor 4
|
||||||
workspace = 4, monitor:desc:Dell Inc. DELL P2419H D4CN3Q2
|
workspace = 4, monitor:desc:LG Electronics LG ULTRAGEAR 107MAKR2RE65
|
||||||
workspace = 400, monitor:desc:Dell Inc. DELL P2419H D4CN3Q2
|
workspace = 400, monitor:desc:LG Electronics LG ULTRAGEAR 107MAKR2RE65
|
||||||
workspace = 401, monitor:desc:Dell Inc. DELL P2419H D4CN3Q2
|
workspace = 401, monitor:desc:LG Electronics LG ULTRAGEAR 107MAKR2RE65
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ $ICON_THEME = "BeautyLine-Garuda"
|
|||||||
$KVANTUM_THEME = "Catppuccin-Mocha-Blue"
|
$KVANTUM_THEME = "Catppuccin-Mocha-Blue"
|
||||||
|
|
||||||
# Experimental HDR (optional)
|
# Experimental HDR (optional)
|
||||||
experimental:xx_color_management_v4 = true
|
#experimental:xx_color_management_v4 = true
|
||||||
debug:full_cm_proto=true
|
debug:full_cm_proto=true
|
||||||
|
|
||||||
# GTK Theming
|
# GTK Theming
|
||||||
|
|||||||
@@ -3,21 +3,63 @@
|
|||||||
### Apps windows to Workspaces
|
### Apps windows to Workspaces
|
||||||
# Recommended Command: sleep 2 && hyprctl activewindow
|
# Recommended Command: sleep 2 && hyprctl activewindow
|
||||||
|
|
||||||
|
# windowrulev2 = workspace 5, class:^(.*python3.*)$
|
||||||
|
|
||||||
# Apps on Monitor 1
|
# Apps on Monitor 1
|
||||||
|
|
||||||
# Apps on Monitor 2
|
# Apps on Monitor 2
|
||||||
|
windowrule {
|
||||||
|
name = VirtualBox
|
||||||
|
match:class = .*VirtualBox.*
|
||||||
|
workspace = 200
|
||||||
|
}
|
||||||
|
|
||||||
# Apps on Monitor 3
|
# Apps on Monitor 3
|
||||||
windowrulev2 = workspace 3, class:^(floorp)$
|
windowrule {
|
||||||
windowrulev2 = workspace 300, class:^(librewolf)$
|
name = Floorp
|
||||||
windowrulev2 = workspace 301, class:^(thunderbird)$
|
match:class = .*floorp.*
|
||||||
windowrulev2 = workspace 302, class:^(Alacritty)$
|
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
|
# Apps on Monitor 4
|
||||||
windowrulev2 = workspace 4, class:^(discord)$
|
windowrule {
|
||||||
windowrulev2 = workspace 4, class:^(Signal)$
|
name = Discord
|
||||||
windowrulev2 = workspace 400, class:^(com.nextcloud.desktopclient.nextcloud)$
|
match:class = .*discord.*
|
||||||
windowrulev2 = workspace 401, class:^(org.keepassxc.KeePassXC)$
|
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
|
#windowrulev2 = tile,xwayland:1 # Grayjay and other xWayland fix but can also break
|
||||||
78
.config/hypr/hyprlock.conf
Executable file
@@ -0,0 +1,78 @@
|
|||||||
|
# _____ __ __ _____ _____ __ _____ _____ _____
|
||||||
|
# | | | | | _ | __ | | | | | | |
|
||||||
|
# | |_ _| __| -| |__| | | --| -|
|
||||||
|
# |__|__| |_| |__| |__|__|_____|_____|_____|__|__|
|
||||||
|
#
|
||||||
|
# by Bina
|
||||||
|
|
||||||
|
|
||||||
|
general {
|
||||||
|
hide_cursor = true
|
||||||
|
no_fade_in = false
|
||||||
|
grace = 0
|
||||||
|
disable_loading_bar = true
|
||||||
|
}
|
||||||
|
|
||||||
|
background {
|
||||||
|
monitor =
|
||||||
|
path = ~/wallpapers/current_wallpaper_blurred.png
|
||||||
|
blur_passes = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
# -- pywal colors --
|
||||||
|
source = $HOME/.cache/wal/colors-hyprland
|
||||||
|
|
||||||
|
# -- time --
|
||||||
|
label {
|
||||||
|
monitor =
|
||||||
|
text = cmd[update:1000] echo "$(date +"%H:%M")"
|
||||||
|
color = $color7
|
||||||
|
font_size = 80
|
||||||
|
font_family = JetBrains Mono ExtraBold
|
||||||
|
position = 0, 140
|
||||||
|
halign = center
|
||||||
|
valign = center
|
||||||
|
}
|
||||||
|
|
||||||
|
# -- quote --
|
||||||
|
label {
|
||||||
|
monitor =
|
||||||
|
text = - PAIN IS REAL, BUT SO IS HOPE -
|
||||||
|
color = $color6
|
||||||
|
font_size = 12
|
||||||
|
font_family = JetBrains Mono ExtraLight
|
||||||
|
position = 0, 80
|
||||||
|
halign = center
|
||||||
|
valign = center
|
||||||
|
}
|
||||||
|
|
||||||
|
# -- greeting --
|
||||||
|
label {
|
||||||
|
monitor =
|
||||||
|
text = Heya $USER :3
|
||||||
|
color = $color7
|
||||||
|
font_size = 20
|
||||||
|
font_family = JetBrains Mono Light
|
||||||
|
position = 0, 0
|
||||||
|
halign = center
|
||||||
|
valign = center
|
||||||
|
}
|
||||||
|
|
||||||
|
# -- password input --
|
||||||
|
input-field {
|
||||||
|
monitor =
|
||||||
|
size = 230, 40
|
||||||
|
outline_thickness = 0
|
||||||
|
dots_size = 0.2
|
||||||
|
dots_spacing = 0.4
|
||||||
|
dots_center = true
|
||||||
|
inner_color = $color1
|
||||||
|
font_color = $color7
|
||||||
|
fade_on_empty = false
|
||||||
|
placeholder_text = <span foreground='white'><i>unlock the magic...</i></span>
|
||||||
|
fail_color = $color7
|
||||||
|
hide_input = false
|
||||||
|
position = 0, -50
|
||||||
|
halign = center
|
||||||
|
valign = center
|
||||||
|
}
|
||||||
2
.config/hypr/hyprpaper.conf
Executable file
@@ -0,0 +1,2 @@
|
|||||||
|
preload = $HOME/wallpapers/moody-flowers.png
|
||||||
|
wallpaper = , $HOME/wallpapers/moody-flowers.png
|
||||||
@@ -1,5 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
#
|
||||||
|
# Create a carla setup for mixing up Stereo to 3.1 audio (sub+center)
|
||||||
|
#
|
||||||
|
|
||||||
# kill old carla
|
# kill old carla
|
||||||
killall carla
|
killall carla
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
#
|
||||||
|
# Create a carla setup for putting 2nd PC output on l and center and
|
||||||
|
# 1st PC to center and right for a feel of audio
|
||||||
|
#
|
||||||
|
|
||||||
# kill old carla
|
# kill old carla
|
||||||
killall carla
|
killall carla
|
||||||
|
|
||||||
|
|||||||
@@ -13,6 +13,4 @@ if [[ ! -d "$dir" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Take Screenshot
|
# Take Screenshot
|
||||||
cd "$dir" && grim -g "$(slurp)" "$file" && wl-copy < "$file"
|
cd "$dir" && grim -g "$(slurp)" - | swappy -f - -o "$file" && wl-copy < "$file"
|
||||||
# Open Screenshot
|
|
||||||
viewnior ${dir}/"$file"
|
|
||||||
|
|||||||
@@ -8,6 +8,6 @@ if [[ ! -d "$dir" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Take Screenshot
|
# Take Screenshot
|
||||||
cd "$dir" && sleep 0.5 && grim "$file" && wl-copy < "$file"
|
cd "$dir" && grim "$file" && wl-copy < "$file"
|
||||||
# Open Screenshot
|
# Open Screenshot
|
||||||
viewnior ${dir}/"$file"
|
viewnior ${dir}/"$file"
|
||||||
@@ -10,6 +10,4 @@ fi
|
|||||||
focused_window=$(hyprctl activewindow -j | jq -r '"\(.at[0]),\(.at[1]) \(.size[0])x\(.size[1])"')
|
focused_window=$(hyprctl activewindow -j | jq -r '"\(.at[0]),\(.at[1]) \(.size[0])x\(.size[1])"')
|
||||||
|
|
||||||
# Take Screenshot
|
# Take Screenshot
|
||||||
cd "$dir" && grim -g "$focused_window" "$file" && wl-copy < "$file"
|
cd "$dir" && grim -g "$focused_window" "$file" && swappy -f "$file" -o "$file" && wl-copy < "$file"
|
||||||
# Open Screenshot
|
|
||||||
viewnior ${dir}/"$file"
|
|
||||||
@@ -1 +1 @@
|
|||||||
/home/honney/.config/hypr/scripts/wallpapers/wallpapers/moody-flowers.png
|
/home/honney/.config/hypr/scripts/wallpapers/wallpapers/penrose-triangle-forest.png
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 50 MiB After Width: | Height: | Size: 50 MiB |
|
Before Width: | Height: | Size: 5.8 MiB After Width: | Height: | Size: 5.8 MiB |
|
Before Width: | Height: | Size: 3.2 MiB After Width: | Height: | Size: 3.2 MiB |
|
Before Width: | Height: | Size: 3.2 MiB After Width: | Height: | Size: 3.2 MiB |
|
Before Width: | Height: | Size: 4.7 MiB After Width: | Height: | Size: 4.7 MiB |
|
Before Width: | Height: | Size: 4.4 MiB After Width: | Height: | Size: 4.4 MiB |
|
Before Width: | Height: | Size: 8.2 MiB After Width: | Height: | Size: 8.2 MiB |
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.8 MiB |