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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue