summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hypr/hyprland.conf17
-rw-r--r--sh/aliases2
-rw-r--r--sh/profile2
-rw-r--r--waybar/config20
4 files changed, 23 insertions, 18 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index 52d4254..652d4e1 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -83,7 +83,12 @@ general {
col.active_border = rgba(198844ee)
col.inactive_border = rgba(1b1d1cee)
layout = master
- no_cursor_warps = false
+}
+#}}}
+
+#{{{ cursor
+cursor {
+ no_warps = false
}
#}}}
@@ -93,7 +98,7 @@ misc {
disable_splash_rendering = true
enable_swallow = true
swallow_regex = ^(kitty)$
- swallow_exception_regex = ^(.*)(ueberzug)$
+ swallow_exception_regex = ^(.*ueberzug)$
vfr = true
vrr = 1
}
@@ -103,7 +108,7 @@ misc {
decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 10
- drop_shadow = yes
+ drop_shadow = no
shadow_range = 4
shadow_render_power = 3
col.shadow = rgba(1a1a1aee)
@@ -148,7 +153,7 @@ master {
special_scale_factor = 0.55
mfact = 0.55
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
- new_is_master = false
+ new_status = inherit
new_on_top = true
no_gaps_when_only = false
orientation = left
@@ -321,8 +326,8 @@ submap = reset
#}}}
#{{{ Menu bindings
-bind = $mainMod, R, exec, exec sh -c "$(tofi-drun -c ~/.config/tofi/themes/dmenu_vertical --prompt-text Run:)"
-bind = $mainMod, D, exec, exec sh -c "$(tofi-run -c ~/.config/tofi/themes/dmenu_vertical --prompt-text Run:)"
+bind = $mainMod, R, exec, sh -c "$(tofi-drun -c ~/.config/tofi/themes/dmenu_vertical --prompt-text Run:)"
+bind = $mainMod, D, exec, sh -c "$(tofi-run -c ~/.config/tofi/themes/dmenu_vertical --prompt-text Run:)"
bind = $mainMod $secdMod, Q, exec, qbc
bind = $mainMod $secdMod, W, exec, lwc
bind = $mainMod $secdMod, E, exec, mbc
diff --git a/sh/aliases b/sh/aliases
index d34ece9..1b6606e 100644
--- a/sh/aliases
+++ b/sh/aliases
@@ -80,6 +80,6 @@ alias s='sudo systemctl'
# XDG dirs fix
alias svn="svn --config-dir \"$XDG_CONFIG_HOME\"/subversion"
-alias adb="'HOME="$XDG_DATA_HOME"/android adb"
+alias adb="HOME="$XDG_DATA_HOME"/android adb"
alias wget="wget --hsts-file=\"$XDG_DATA_HOME/wget-hsts\""
alias yarn="yarn --use-yarnrc $XDG_CONFIG_HOME/yarn/config"
diff --git a/sh/profile b/sh/profile
index 760fae9..de79a65 100644
--- a/sh/profile
+++ b/sh/profile
@@ -52,7 +52,7 @@ export XINITRC="$XDG_CONFIG_HOME"/X11/xinitrc
export XAUTHORITY="$XDG_RUNTIME_DIR"/X11/Xauthority
export VIMINIT="set nocp | source ${XDG_CONFIG_HOME:-$HOME.config}/vim/vimrc"
export ANDROID_USER_HOME="$XDG_DATA_HOME"/android
-export XCURSOR_PATH="$XDG_DATA_HOME/icons"
+export XCURSOR_PATH="/usr/share/icons:$XDG_DATA_HOME/icons"
export PYTHONSTARTUP="$XDG_CONFIG_HOME"/python/pythonrc
# Scaling
diff --git a/waybar/config b/waybar/config
index ec04dec..e2dcc50 100644
--- a/waybar/config
+++ b/waybar/config
@@ -105,19 +105,19 @@
"max-length": 25
},
"temperature#cpu": {
- // "thermal-zone": 2,
- "hwmon-path": "/sys/class/hwmon/hwmon3/temp1_input",
- "critical-threshold": 80,
- // "format-critical": "{temperatureC}°C {icon}",
- "format": "{temperatureC}°C",
+ "thermal-zone": 0,
+ // "hwmon-path": "cat /sys/class/hwmon/hwmon5/temp1_input",
+ "critical-threshold": 110,
+ "format-critical": "{temperatureC}°C",
+ "format": "",
"format-icons": ["", "", ""]
},
"temperature#gpu": {
- // "thermal-zone": 2,
- "hwmon-path": "/sys/class/hwmon/hwmon1/temp2_input",
- "critical-threshold": 110,
- // "format-critical": "{temperatureC}°C {icon}",
- "format": "{temperatureC}°C",
+ "thermal-zone": 1,
+ // "hwmon-path": "/sys/class/hwmon/hwmon4/temp1_input",
+ "critical-threshold": 126,
+ "format-critical": "{temperatureC}°C",
+ "format": "",
"format-icons": ["", "", ""]
},
"backlight": {