20241124
This commit is contained in:
parent
b7591e4663
commit
1e64a7d670
16 changed files with 55 additions and 31 deletions
|
@ -25,9 +25,6 @@ dunst &
|
|||
# vpn
|
||||
mullvad-vpn &
|
||||
|
||||
# logi settings
|
||||
solaar --window=hide &
|
||||
|
||||
# caffeine
|
||||
caffeine start &
|
||||
|
||||
|
@ -50,6 +47,12 @@ dropbox &
|
|||
# firewall
|
||||
opensnitch-ui &
|
||||
|
||||
# logi settings
|
||||
solaar --restart-on-wake-up --window=hide &
|
||||
|
||||
# bauh
|
||||
bauh-tray &
|
||||
|
||||
# keyboard layout switcher
|
||||
setxkbmap -layout us,ru -option 'grp:alt_space_toggle' &
|
||||
|
||||
|
|
|
@ -50,7 +50,10 @@ black = #000
|
|||
white = #FFF
|
||||
|
||||
[bar/fz0x1]
|
||||
monitor = ${env:MONITOR:HDMI-1-0}
|
||||
wm-restack = i3
|
||||
; override-redirect = true
|
||||
; monitor = ${env:MONITOR:HDMI-1-0}
|
||||
monitor = ${env:MONITOR:HDMI-0}
|
||||
width = 100%
|
||||
height = 24pt
|
||||
radius = 6
|
||||
|
|
|
@ -2,4 +2,4 @@ killall -q polybar
|
|||
|
||||
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
|
||||
|
||||
MONITOR="HDMI-1-0" polybar --reload fz0x1 -c ~/.config/polybar/config.ini &
|
||||
MONITOR="HDMI-0" polybar --reload fz0x1 -c ~/.config/polybar/config.ini &
|
||||
|
|
|
@ -60,3 +60,33 @@
|
|||
pointer_speed: 180
|
||||
reprogrammable-keys: {80: 80, 81: 81, 82: 82, 83: 83, 86: 86, 91: 91, 93: 93, 237: 237}
|
||||
speed-change: 0
|
||||
- _NAME: 'MX Ergo Multi-Device Trackball '
|
||||
_absent: [hi-res-scroll, hires-smooth-invert, hires-smooth-resolution, hires-scroll-mode, scroll-ratchet, smart-shift, thumb-scroll-invert, thumb-scroll-mode,
|
||||
onboard_profiles, report_rate_extended, dpi, dpi_extended, backlight, backlight_level, backlight_duration_hands_out, backlight_duration_hands_in, backlight_duration_powered,
|
||||
backlight-timed, led_control, led_zone_, rgb_control, rgb_zone_, brightness_control, per-key-lighting, fn-swap, disable-keyboard-keys, crown-smooth,
|
||||
divert-crown, divert-gkeys, m-key-leds, mr-key-led, multiplatform, gesture2-gestures, gesture2-divert, gesture2-params, sidetone, equalizer, adc_power_management]
|
||||
_battery: 4096
|
||||
_sensitive: {hires-scroll-mode: ignore, hires-smooth-invert: ignore, hires-smooth-resolution: ignore}
|
||||
change-host: null
|
||||
divert-keys: {82: 0, 83: 0, 86: 0, 91: 0, 93: 0, 237: 0}
|
||||
lowres-scroll-mode: false
|
||||
persistent-remappable-keys: null
|
||||
pointer_speed: 190
|
||||
reprogrammable-keys: {80: 80, 81: 81, 82: 82, 83: 83, 86: 86, 91: 91, 93: 93, 237: 237}
|
||||
speed-change: 0
|
||||
- _NAME: 'MX Ergo Multi-Device Trackball '
|
||||
_absent: [hi-res-scroll, hires-smooth-invert, hires-smooth-resolution, hires-scroll-mode, scroll-ratchet, smart-shift, thumb-scroll-invert, thumb-scroll-mode,
|
||||
onboard_profiles, report_rate, report_rate_extended, dpi, dpi_extended, backlight, backlight_level, backlight_duration_hands_out, backlight_duration_hands_in,
|
||||
backlight_duration_powered, backlight-timed, led_control, led_zone_, rgb_control, rgb_zone_, brightness_control, per-key-lighting, fn-swap, disable-keyboard-keys,
|
||||
crown-smooth, divert-crown, divert-gkeys, m-key-leds, mr-key-led, multiplatform, gesture2-gestures, gesture2-divert, gesture2-params, sidetone, equalizer,
|
||||
adc_power_management]
|
||||
_battery: 4096
|
||||
_modelId: 'MX Ergo Multi-Device Trackball '
|
||||
_sensitive: {hires-scroll-mode: ignore, hires-smooth-invert: ignore, hires-smooth-resolution: ignore}
|
||||
change-host: null
|
||||
divert-keys: {82: 0, 83: 0, 86: 0, 91: 0, 93: 0, 237: 0}
|
||||
lowres-scroll-mode: false
|
||||
persistent-remappable-keys: null
|
||||
pointer_speed: 190
|
||||
reprogrammable-keys: {80: 80, 81: 81, 82: 82, 83: 83, 86: 86, 91: 91, 93: 93, 237: 237}
|
||||
speed-change: 0
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
browser "/sbin/lynx %u"
|
||||
browser "/sbin/librewolf %u"
|
||||
macro l set browser "/sbin/librewolf %u"; open-in-browser ; set browser "/sbin/lynx %u"
|
||||
|
|
|
@ -38,5 +38,7 @@ export PATH="$CUSTOM_SCRIPTS/bin:$PATH"
|
|||
export USER_BIN="$HOME/bin"
|
||||
export PATH="$USER_BIN:$PATH"
|
||||
|
||||
export MANPAGER='nvim +Man!'
|
||||
|
||||
GPG_TTY=$(tty)
|
||||
export GPG_TTY
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue