some more cleanup/tweaking
This commit is contained in:
@@ -10,23 +10,29 @@ floating_modifier $super
|
||||
|
||||
|
||||
# autostart
|
||||
exec --no-startup-id eval $(gnome-keyring-daemon -s)
|
||||
exec --no-startup-id eval $(gnome-keyring-daemon -s -d -c pkcs11,secrets,ssh)
|
||||
exec --no-startup-id hsetroot -fill ~/.config/i3/wallpaper.png
|
||||
exec --no-startup-id ~/.config/i3/display.sh
|
||||
exec --no-startup-id xfce4-power-manager &
|
||||
exec --no-startup-id unclutter &
|
||||
exec --no-startup-id redshift-gtk &
|
||||
exec --no-startup-id nm-applet &
|
||||
exec --no-startup-id nextcloud &
|
||||
exec --no-startup-id signal-desktop --password-store=gnome-libsecret &
|
||||
exec --no-startup-id xautolock -locker i3lock-fancy -time 5 &
|
||||
|
||||
# start a terminal
|
||||
bindsym $super+Return exec i3-sensible-terminal
|
||||
|
||||
# start dmenu (a program launcher)
|
||||
bindsym $super+d exec i3-dmenu-desktop --dmenu="dmenu -i -b \
|
||||
-fn 'Poppins:size=9' -nb '#141c21' -nf '#93a1a1' \
|
||||
-sb '#289c93' -sf '#141c21'"
|
||||
# bindsym $super+d exec i3-dmenu-desktop --dmenu="dmenu -i -b \
|
||||
# -fn 'Poppins:size=9' -nb '#141c21' -nf '#93a1a1' \
|
||||
# -sb '#289c93' -sf '#141c21'"
|
||||
bindsym $super+d exec rofi -show drun
|
||||
|
||||
# common apps keybinds
|
||||
bindsym Print exec scrot 'screen_%a-%d%b%y_%H.%M.png' -e 'xdg-open ~/$f'
|
||||
bindsym $super+p exec xfce4-screenshooter -r -o xdg-open
|
||||
bindsym $super+l exec i3lock -i ~/.config/i3/lock.png
|
||||
bindsym $super+w exec x-www-browser
|
||||
bindsym $super+e exec thunar
|
||||
|
||||
Reference in New Issue
Block a user