Better GUI adjustments
This commit is contained in:
@@ -6,18 +6,7 @@ set $mod Mod4
|
||||
|
||||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
# is used in the bar {} block below.
|
||||
font pango:Fira Code 12
|
||||
|
||||
# Start XDG autostart .desktop files using dex. See also
|
||||
# https://wiki.archlinux.org/index.php/XDG_Autostart
|
||||
exec --no-startup-id dex --autostart --environment i3 &
|
||||
|
||||
# The combination of xss-lock, nm-applet and pactl is a popular choice, so
|
||||
# they are included here as an example. Modify as you see fit.
|
||||
|
||||
# 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 -- i3lock --nofork -i $HOME/.config/i3/wallpaper.png &
|
||||
font pango:Fira Code 13
|
||||
|
||||
# Use pactl to adjust volume in PulseAudio.
|
||||
set $refresh_i3status killall -SIGUSR1 i3status
|
||||
@@ -167,7 +156,6 @@ bindsym $mod+r mode "resize"
|
||||
bar {
|
||||
status_command bash ~/.config/i3/status_wrapper.sh
|
||||
position top
|
||||
output $primary
|
||||
}
|
||||
|
||||
for_window [class="^.*"] border pixel 2
|
||||
|
||||
Reference in New Issue
Block a user