From a25151022deaae20ae5a92fb949160d22aefc416 Mon Sep 17 00:00:00 2001 From: Hydroxycarbamide Date: Thu, 20 Jun 2024 23:19:19 +0200 Subject: [PATCH] Update --- dot_config/environment.d/envvars.conf | 1 + dot_config/hypr/hyprland.conf | 6 +++--- dot_config/kanshi/executable_vrr_test.sh | 2 +- dot_config/river/executable_init | 5 +++-- dot_config/waybar/config.jsonc | 4 ++-- 5 files changed, 10 insertions(+), 8 deletions(-) diff --git a/dot_config/environment.d/envvars.conf b/dot_config/environment.d/envvars.conf index 529015e..2401e95 100644 --- a/dot_config/environment.d/envvars.conf +++ b/dot_config/environment.d/envvars.conf @@ -36,3 +36,4 @@ RUSTUP_HOME="$XDG_DATA_HOME"/rustup LESSHISTFILE="$XDG_STATE_HOME"/less/history ICEAUTHORITY="$XDG_CACHE_HOME"/ICEauthority PYTHONSTARTUP="/etc/python/pythonrc" +DOTNET_CLI_HOME="$XDG_DATA_HOME"/dotnet diff --git a/dot_config/hypr/hyprland.conf b/dot_config/hypr/hyprland.conf index cb3b742..91675c1 100644 --- a/dot_config/hypr/hyprland.conf +++ b/dot_config/hypr/hyprland.conf @@ -391,8 +391,8 @@ bind = $mod, B, exec, killall -SIGUSR1 waybar bind = $mod, mouse_down, workspace, e-1 bind = $mod, mouse_up, workspace, e+1 -bind = $mod SHIFT CONTROL, left, swapactiveworkspaces, current -1 -bind = $mod SHIFT CONTROL, right, swapactiveworkspaces, current +1 +bind = $mod SHIFT CONTROL, left, movecurrentworkspacetomonitor, -1 +bind = $mod SHIFT CONTROL, right, movecurrentworkspacetomonitor, +1 # Groups @@ -465,7 +465,7 @@ plugin { columns = 2 gap_size = 5 bg_col = rgb(111111) - workspace_method = first 1 # [center/first] [workspace] e.g. first 1 or center m+1 + workspace_method = first 0 # [center/first] [workspace] e.g. first 1 or center m+1 enable_gesture = true # laptop touchpad gesture_fingers = 3 # 3 or 4 diff --git a/dot_config/kanshi/executable_vrr_test.sh b/dot_config/kanshi/executable_vrr_test.sh index a9f31d7..7042474 100644 --- a/dot_config/kanshi/executable_vrr_test.sh +++ b/dot_config/kanshi/executable_vrr_test.sh @@ -1,7 +1,7 @@ #!/bin/bash # Number of tests -NUM_TESTS=5 +NUM_TESTS=10 # Counter for correct answers correct_answers=0 diff --git a/dot_config/river/executable_init b/dot_config/river/executable_init index 9f234f4..cfa0f82 100644 --- a/dot_config/river/executable_init +++ b/dot_config/river/executable_init @@ -178,7 +178,8 @@ riverctl map normal Super+Shift P spawn 'grim -g "$(slurp -o)" - | wl-copy' # Set background and border color riverctl background-color 0x1e1e2e riverctl border-color-focused 0xfff4dbd6 -riverctl border-color-unfocused 0x001e1e2e +# riverctl border-color-unfocused 0x001e1e2e +riverctl border-color-unfocused 0x00000000 riverctl border-width 2 # Set the default layout generator to be rivertile and start it. @@ -244,7 +245,7 @@ declare -a rule_sets rule_sets[1]="footclient kitty foot" rule_sets[2]="LibreWolf firefox" rule_sets[3]="org.gnome.Nautilus fm-term org.qbittorrent.qBittorrent syncplay" -rule_sets[4]="com.usebottles.bottles cs2 org.prismlauncher.PrismLauncher moe.launcher.an-anime-game-launcher moe.launcher.the-honkers-railway-launcher genshinimpact.exe starrail.exe steam steam_app_*" +rule_sets[4]="com.usebottles.bottles cs2 osu* org.prismlauncher.PrismLauncher moe.launcher.an-anime-game-launcher moe.launcher.the-honkers-railway-launcher genshinimpact.exe starrail.exe steam steam_app_*" rule_sets[5]="org.remmina.Remmina Code VSCodium" rule_sets[6]="io.github.celluloid_player.Celluloid mpv Spotify" rule_sets[7]="discord vesktop teams-for-linux 'Microsoft Teams - Preview'" diff --git a/dot_config/waybar/config.jsonc b/dot_config/waybar/config.jsonc index 23d5e60..1e24f7f 100644 --- a/dot_config/waybar/config.jsonc +++ b/dot_config/waybar/config.jsonc @@ -1,13 +1,13 @@ { "output": ["DP-1", "HDMI-A-1"], - "layer": "top", + "layer": "bottom", "position": "top", "height": 32, "modules-left": [ "hyprland/workspaces", "sway/workspaces#sway", "river/tags", - //"river/layout", + // "river/layout", "group/visualisation" // "custom/media",