mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-07 21:39:07 -04:00
Update
This commit is contained in:
parent
8b359b7d5f
commit
a25151022d
5 changed files with 10 additions and 8 deletions
|
@ -36,3 +36,4 @@ RUSTUP_HOME="$XDG_DATA_HOME"/rustup
|
||||||
LESSHISTFILE="$XDG_STATE_HOME"/less/history
|
LESSHISTFILE="$XDG_STATE_HOME"/less/history
|
||||||
ICEAUTHORITY="$XDG_CACHE_HOME"/ICEauthority
|
ICEAUTHORITY="$XDG_CACHE_HOME"/ICEauthority
|
||||||
PYTHONSTARTUP="/etc/python/pythonrc"
|
PYTHONSTARTUP="/etc/python/pythonrc"
|
||||||
|
DOTNET_CLI_HOME="$XDG_DATA_HOME"/dotnet
|
||||||
|
|
|
@ -391,8 +391,8 @@ bind = $mod, B, exec, killall -SIGUSR1 waybar
|
||||||
|
|
||||||
bind = $mod, mouse_down, workspace, e-1
|
bind = $mod, mouse_down, workspace, e-1
|
||||||
bind = $mod, mouse_up, workspace, e+1
|
bind = $mod, mouse_up, workspace, e+1
|
||||||
bind = $mod SHIFT CONTROL, left, swapactiveworkspaces, current -1
|
bind = $mod SHIFT CONTROL, left, movecurrentworkspacetomonitor, -1
|
||||||
bind = $mod SHIFT CONTROL, right, swapactiveworkspaces, current +1
|
bind = $mod SHIFT CONTROL, right, movecurrentworkspacetomonitor, +1
|
||||||
|
|
||||||
# Groups
|
# Groups
|
||||||
|
|
||||||
|
@ -465,7 +465,7 @@ plugin {
|
||||||
columns = 2
|
columns = 2
|
||||||
gap_size = 5
|
gap_size = 5
|
||||||
bg_col = rgb(111111)
|
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
|
enable_gesture = true # laptop touchpad
|
||||||
gesture_fingers = 3 # 3 or 4
|
gesture_fingers = 3 # 3 or 4
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Number of tests
|
# Number of tests
|
||||||
NUM_TESTS=5
|
NUM_TESTS=10
|
||||||
|
|
||||||
# Counter for correct answers
|
# Counter for correct answers
|
||||||
correct_answers=0
|
correct_answers=0
|
||||||
|
|
|
@ -178,7 +178,8 @@ riverctl map normal Super+Shift P spawn 'grim -g "$(slurp -o)" - | wl-copy'
|
||||||
# Set background and border color
|
# Set background and border color
|
||||||
riverctl background-color 0x1e1e2e
|
riverctl background-color 0x1e1e2e
|
||||||
riverctl border-color-focused 0xfff4dbd6
|
riverctl border-color-focused 0xfff4dbd6
|
||||||
riverctl border-color-unfocused 0x001e1e2e
|
# riverctl border-color-unfocused 0x001e1e2e
|
||||||
|
riverctl border-color-unfocused 0x00000000
|
||||||
riverctl border-width 2
|
riverctl border-width 2
|
||||||
|
|
||||||
# Set the default layout generator to be rivertile and start it.
|
# 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[1]="footclient kitty foot"
|
||||||
rule_sets[2]="LibreWolf firefox"
|
rule_sets[2]="LibreWolf firefox"
|
||||||
rule_sets[3]="org.gnome.Nautilus fm-term org.qbittorrent.qBittorrent syncplay"
|
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[5]="org.remmina.Remmina Code VSCodium"
|
||||||
rule_sets[6]="io.github.celluloid_player.Celluloid mpv Spotify"
|
rule_sets[6]="io.github.celluloid_player.Celluloid mpv Spotify"
|
||||||
rule_sets[7]="discord vesktop teams-for-linux 'Microsoft Teams - Preview'"
|
rule_sets[7]="discord vesktop teams-for-linux 'Microsoft Teams - Preview'"
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"output": ["DP-1", "HDMI-A-1"],
|
"output": ["DP-1", "HDMI-A-1"],
|
||||||
"layer": "top",
|
"layer": "bottom",
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"height": 32,
|
"height": 32,
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"hyprland/workspaces",
|
"hyprland/workspaces",
|
||||||
"sway/workspaces#sway",
|
"sway/workspaces#sway",
|
||||||
"river/tags",
|
"river/tags",
|
||||||
//"river/layout",
|
// "river/layout",
|
||||||
|
|
||||||
"group/visualisation"
|
"group/visualisation"
|
||||||
// "custom/media",
|
// "custom/media",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue