latest
This commit is contained in:
@@ -13,7 +13,8 @@ set $mod Mod1
|
||||
|
||||
# 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 10
|
||||
#font pango:monospace 10
|
||||
font pango:JetBrainsMono NF 10
|
||||
|
||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||
@@ -50,6 +51,7 @@ tiling_drag modifier titlebar
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec kitty --single-instance
|
||||
#bindsym $mod+Return exec ghostty
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
@@ -192,9 +194,22 @@ bindsym $mod+r mode "resize"
|
||||
# finds out, if available)
|
||||
bar {
|
||||
status_command i3blocks
|
||||
position top
|
||||
position bottom
|
||||
}
|
||||
|
||||
# Make the currently focused window a scratchpad
|
||||
bindsym $mod+Shift+minus move scratchpad
|
||||
# Show the first scratchpad window
|
||||
bindsym $mod+minus scratchpad show
|
||||
|
||||
gaps inner 4
|
||||
gaps outer 4
|
||||
|
||||
|
||||
exec --no-startup-id pipewire
|
||||
exec --no-startup-id picom -b
|
||||
exec --no-startup-id dunst
|
||||
|
||||
|
||||
exec xrandr --output DP-2 --auto -r 144
|
||||
|
||||
|
||||
Reference in New Issue
Block a user