20241109
This commit is contained in:
parent
c4d3a5d9a6
commit
9a26e1370c
11 changed files with 114 additions and 11 deletions
|
@ -15,6 +15,9 @@ xrdb -merge ~/.Xresources &
|
|||
|
||||
# PolicyKit Authentication Agent - Gnome
|
||||
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
#
|
||||
# bar
|
||||
~/.config/polybar/launch.sh &
|
||||
|
||||
# Notifications
|
||||
dunst &
|
||||
|
@ -37,12 +40,16 @@ picom --config ~/.picom.conf &
|
|||
# NetworkManager applet
|
||||
nm-applet &
|
||||
|
||||
# bar
|
||||
~/.config/polybar/launch.sh &
|
||||
|
||||
# wallpapers
|
||||
nitrogen --restore &
|
||||
|
||||
# Dropbox
|
||||
dropbox &
|
||||
# ~/.dropbox-dist/dropboxd &
|
||||
|
||||
# firewall
|
||||
opensnitch-ui &
|
||||
|
||||
# keyboard layout switcher
|
||||
setxkbmap -layout us,ru -option 'grp:alt_space_toggle'
|
||||
|
||||
|
@ -53,5 +60,4 @@ xss-lock --transfer-sleep-lock -- i3lock --nofork
|
|||
# xinput --set-prop "pointer:Logitech MX Ergo Multi-Device Trackball " 'libinput Accel Speed' -0.2
|
||||
# xbacklight -set 90 & # only for intel
|
||||
# blueman-applet &
|
||||
# ~/.dropbox-dist/dropboxd &
|
||||
# xfce4-power-manager &
|
||||
|
|
|
@ -176,6 +176,8 @@ bindsym $mod+Shift+r restart
|
|||
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
|
||||
# screen
|
||||
bindsym $mod+Shift+s exec --no-startup-id ~/scripts/bin/screenshot.sh full
|
||||
# resize window (you can also use the mouse for that)
|
||||
mode "resize" {
|
||||
# These bindings trigger as soon as you enter the resize mode
|
||||
|
|
|
@ -125,10 +125,10 @@ label-unfocused-padding = 2
|
|||
; label-visible-underline = #555555
|
||||
; label-visible-padding = 2
|
||||
|
||||
; label-urgent = %icon%
|
||||
; label-urgent-foreground = #000000
|
||||
; label-urgent-background = #bd2c40
|
||||
; label-urgent-padding = 2
|
||||
label-urgent = %icon%
|
||||
label-urgent-foreground = #000000
|
||||
label-urgent-background = #bd2c40
|
||||
label-urgent-padding = 2
|
||||
|
||||
; label-mode-padding = 2
|
||||
|
||||
|
|
|
@ -7,12 +7,12 @@
|
|||
adc_power_management]
|
||||
_battery: 4096
|
||||
_modelId: B01D406F0000
|
||||
_sensitive: {pointer_speed: false}
|
||||
_sensitive: {pointer_speed: true, speed-change: false}
|
||||
_unitId: E8D30D23
|
||||
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: 181
|
||||
pointer_speed: 180
|
||||
reprogrammable-keys: {80: 80, 81: 81, 82: 82, 83: 83, 86: 86, 91: 91, 93: 93, 237: 237}
|
||||
speed-change: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue