20241108-1
This commit is contained in:
parent
275ea9cc13
commit
1028c62c0b
3 changed files with 73 additions and 105 deletions
|
@ -62,7 +62,7 @@ bindsym $mod+Control+j workspace prev
|
|||
bindsym $mod+Tab workspace back_and_forth
|
||||
|
||||
# start rofi (a program launcher)
|
||||
bindsym $mod+d exec --no-startup-id rofi -no-config -no-lazy-grab -show drun -modi drun -dpi 120
|
||||
bindsym $mod+d exec --no-startup-id rofi -config ~/.config/rofi/gruvbox-soft.rasi -no-lazy-grab -show drun -modi drun -dpi 120
|
||||
|
||||
# change focus
|
||||
bindsym $mod+j focus left
|
||||
|
@ -209,63 +209,8 @@ bindsym $mod+r mode "resize"
|
|||
# status_command i3blocks
|
||||
#}
|
||||
|
||||
# wait for init displays
|
||||
# exec --no-startup-id sleep 1
|
||||
|
||||
# setup displays (xrandr)
|
||||
exec_always --no-startup-id ~/scripts/bin/setup_displays
|
||||
|
||||
# logi mx ergo
|
||||
# exec_always --no-startup-id xinput --set-prop "pointer:Logitech MX Ergo Multi-Device Trackball " 'libinput Accel Speed' -0.2
|
||||
|
||||
# dpi fix
|
||||
exec --no-startup-id xrdb -merge ~/.Xresources
|
||||
|
||||
# polybar
|
||||
exec_always --no-startup-id ~/.config/polybar/launch.sh
|
||||
|
||||
# mullvad
|
||||
exec --no-startup-id mullvad-vpn
|
||||
|
||||
# solaar
|
||||
exec --no-startup-id solaar --window=hide &
|
||||
|
||||
# caffeine
|
||||
exec --no-startup-id caffeine start &
|
||||
|
||||
# backlight
|
||||
# supports only intel
|
||||
#exec --no-startup-id xbacklight -set 90 &
|
||||
|
||||
# nm-applet
|
||||
exec --no-startup-id nm-applet &
|
||||
|
||||
# blueman
|
||||
# exec --no-startup-id blueman-applet &
|
||||
|
||||
exec --no-startup-id nitrogen --restore; sleep 1; picom --config ~/.picom.conf
|
||||
|
||||
# dropbox
|
||||
# exec --no-startup-id ~/.dropbox-dist/dropboxd &
|
||||
|
||||
# megasync
|
||||
exec --no-startup-id megasync &
|
||||
|
||||
# vorta
|
||||
# exec --no-startup-id vorta &
|
||||
|
||||
# keyboard layout
|
||||
# @TODO move it to another file
|
||||
exec --no-startup-id setxkbmap -layout us,ru -option 'grp:alt_space_toggle'
|
||||
|
||||
# power manager
|
||||
#exec_always --no-startup-id xfce4-power-manager
|
||||
|
||||
# polkit
|
||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
|
||||
# default gaps
|
||||
gaps inner 10
|
||||
gaps inner 5
|
||||
gaps outer 1
|
||||
|
||||
# colors
|
||||
|
@ -276,7 +221,7 @@ set $text #ffffff
|
|||
set $u-bgcolor #ff0000
|
||||
set $indicator #ffffff
|
||||
set $in-text #969696
|
||||
set $focused-ws #F0C674
|
||||
set $focused-ws #d79921
|
||||
set $bar-color #523d640D
|
||||
# border background text indicator (a line which shows where the next window will be placed)
|
||||
client.focused $focused-ws $focused-ws $text $indicator
|
||||
|
@ -294,3 +239,5 @@ default_floating_border pixel 1
|
|||
for_window [title="Picture-in-Picture"] sticky enable
|
||||
|
||||
for_window [class="MEGAsync" title="Add sync"] floating disable
|
||||
|
||||
exec --no-startup-id ~/.config/i3/autostart.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue