This commit is contained in:
ackman678
2023-09-29 00:32:44 -04:00
parent 938c4691e4
commit bf837a53f5
3 changed files with 25 additions and 20 deletions

View File

@@ -44,7 +44,7 @@ bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
#display brightness
#bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
#bindsym XF86MonBrightnessUp exec brightnessctl set +5%
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
font pango:monospace 8
@@ -290,6 +290,10 @@ bar {
# Toggle between dock mode and hide mode for i3 bar
bindsym $mod+Shift+b bar mode toggle
# Turn off focused window title and set minimal default border thickness
bindsym $mod+Shift+m border pixel 1
# bindsym $mod+Shift+m border toggle
# Basic color configuration using the Base16 variables for windows and borders.
# Property Name Border BG Text Indicator Child Border
#client.focused $base05 $base0D $base00 $base0D $base0D
@@ -304,8 +308,8 @@ bindsym $mod+Shift+b bar mode toggle
# tray_output none
# }
# focus windowns using only keyboard
# focus_follows_mouse no
# focus windows using only keyboard
focus_follows_mouse no
#Can use the following with custom workspace save files to reload layouts
#exec --no-startup-id "i3-msg 'workspace 1; append_layout ~/.config/i3/workspace-1.json'"