20241118
This commit is contained in:
parent
7aee7348cf
commit
01150ca2fa
10 changed files with 84 additions and 34 deletions
|
@ -54,7 +54,7 @@ opensnitch-ui &
|
|||
setxkbmap -layout us,ru -option 'grp:alt_space_toggle'
|
||||
|
||||
# lockscreen
|
||||
xss-lock --transfer-sleep-lock -- i3lock --nofork
|
||||
# xss-lock --transfer-sleep-lock -- ~/scripts/bin/lock.sh
|
||||
|
||||
# archive commands
|
||||
# xinput --set-prop "pointer:Logitech MX Ergo Multi-Device Trackball " 'libinput Accel Speed' -0.2
|
||||
|
|
|
@ -28,8 +28,8 @@ font pango:monospace 8
|
|||
|
||||
# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
|
||||
# screen before suspend. Use loginctl lock-session to lock your screen.
|
||||
exec --no-startup-id xss-lock --transfer-sleep-lock -- ~/.config/i3/i3lock --nofork
|
||||
exec --no-startup-id xss-lock -- ~/.config/i3/i3lock --nofork
|
||||
exec --no-startup-id xss-lock --transfer-sleep-lock -- ~/scripts/bin/lock.sh
|
||||
#exec --no-startup-id xss-lock -- ~/scripts/bin/lock.sh
|
||||
|
||||
# Use pactl to adjust volume in PulseAudio.
|
||||
# set $refresh_i3status killall -SIGUSR1 i3status
|
||||
|
@ -172,7 +172,7 @@ bindsym $mod+Shift+r restart
|
|||
# exit i3 (logs you out of your X session)
|
||||
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"
|
||||
# i3lock
|
||||
bindsym $mod+Shift+x exec --no-startup-id ~/.config/i3/i3lock
|
||||
bindsym $mod+Shift+x exec --no-startup-id ~/scripts/bin/lock.sh &
|
||||
# screen
|
||||
bindsym $mod+Control+s exec --no-startup-id ~/scripts/bin/screenshot.sh region
|
||||
bindsym $mod+Control+f exec --no-startup-id ~/scripts/bin/screenshot.sh full
|
||||
|
|
|
@ -8,29 +8,30 @@ WRONG='#880000bb'
|
|||
VERIFYING='#00564dE6'
|
||||
|
||||
i3lock \
|
||||
--insidever-color=$CLEAR \
|
||||
--ringver-color=$VERIFYING \
|
||||
\
|
||||
--insidewrong-color=$CLEAR \
|
||||
--ringwrong-color=$WRONG \
|
||||
\
|
||||
--inside-color=$BLANK \
|
||||
--ring-color=$DEFAULT \
|
||||
--line-color=$BLANK \
|
||||
--separator-color=$DEFAULT \
|
||||
\
|
||||
--verif-color=$TEXT \
|
||||
--wrong-color=$TEXT \
|
||||
--time-color=$TEXT \
|
||||
--date-color=$TEXT \
|
||||
--layout-color=$TEXT \
|
||||
--keyhl-color=$WRONG \
|
||||
--bshl-color=$WRONG \
|
||||
\
|
||||
--screen 1 \
|
||||
--blur 9 \
|
||||
--clock \
|
||||
--indicator \
|
||||
--time-str="%H:%M:%S" \
|
||||
--date-str="%A, %Y-%m-%d" \
|
||||
--keylayout 1 \
|
||||
--insidever-color=$CLEAR \
|
||||
--ringver-color=$VERIFYING \
|
||||
\
|
||||
--insidewrong-color=$CLEAR \
|
||||
--ringwrong-color=$WRONG \
|
||||
\
|
||||
--inside-color=$BLANK \
|
||||
--ring-color=$DEFAULT \
|
||||
--line-color=$BLANK \
|
||||
--separator-color=$DEFAULT \
|
||||
\
|
||||
--verif-color=$TEXT \
|
||||
--wrong-color=$TEXT \
|
||||
--time-color=$TEXT \
|
||||
--date-color=$TEXT \
|
||||
--layout-color=$TEXT \
|
||||
--keyhl-color=$WRONG \
|
||||
--bshl-color=$WRONG \
|
||||
\
|
||||
--screen 1 \
|
||||
--blur 9 \
|
||||
--clock \
|
||||
--indicator \
|
||||
--time-str="%H:%M:%S" \
|
||||
--date-str="%A, %Y-%m-%d" \
|
||||
--keylayout 1 \
|
||||
-n
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
divert-keys: {82: 0, 83: 0, 86: 0, 91: 0, 93: 0, 237: 0}
|
||||
lowres-scroll-mode: false
|
||||
persistent-remappable-keys: null
|
||||
pointer_speed: 180
|
||||
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 '
|
||||
|
@ -52,6 +52,7 @@
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue