added fonts directory
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
#
|
||||
# Please see https://i3wm.org/docs/userguide.html for a complete reference!
|
||||
|
||||
set $Alt Mod1
|
||||
set $Super Mod4
|
||||
set $mod Mod4
|
||||
|
||||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
@@ -23,6 +25,7 @@ font pango:VictorMono SemiBold 12
|
||||
# start compositor and polybar, etc.
|
||||
exec --no-startup-id picom
|
||||
exec --no-startup-id feh --bg-scale ~/dotfiles/images/city_skyline.png
|
||||
# exec --no-startup-id dunst
|
||||
|
||||
# clean up and start polybar
|
||||
exec_always --no-startup-id killall polybar
|
||||
@@ -47,8 +50,8 @@ exec --no-startup-id nm-applet
|
||||
|
||||
# Use pactl to adjust volume in PulseAudio.
|
||||
set $refresh_i3status killall -SIGUSR1 i3status
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% && $refresh_i3status
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5% && $refresh_i3status
|
||||
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
|
||||
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
||||
|
||||
@@ -77,10 +80,10 @@ bindsym $mod+d exec --no-startup-id rofi -show run
|
||||
# bindcode $mod+40 exec --no-startup-id i3-dmenu-desktop
|
||||
|
||||
# change focus
|
||||
bindsym $mod+j focus left
|
||||
bindsym $mod+k focus down
|
||||
bindsym $mod+l focus up
|
||||
bindsym $mod+semicolon focus right
|
||||
bindsym $mod+h focus left
|
||||
bindsym $mod+j focus down
|
||||
bindsym $mod+k focus up
|
||||
bindsym $mod+l focus right
|
||||
|
||||
# alternatively, you can use the cursor keys:
|
||||
bindsym $mod+Left focus left
|
||||
@@ -89,10 +92,10 @@ bindsym $mod+Up focus up
|
||||
bindsym $mod+Right focus right
|
||||
|
||||
# move focused window
|
||||
bindsym $mod+Shift+j move left
|
||||
bindsym $mod+Shift+k move down
|
||||
bindsym $mod+Shift+l move up
|
||||
bindsym $mod+Shift+semicolon move right
|
||||
bindsym $mod+Shift+h move left
|
||||
bindsym $mod+Shift+j move down
|
||||
bindsym $mod+Shift+k move up
|
||||
bindsym $mod+Shift+l move right
|
||||
|
||||
# alternatively, you can use the cursor keys:
|
||||
bindsym $mod+Shift+Left move left
|
||||
@@ -101,7 +104,7 @@ bindsym $mod+Shift+Up move up
|
||||
bindsym $mod+Shift+Right move right
|
||||
|
||||
# split in horizontal orientation
|
||||
bindsym $mod+h split h
|
||||
bindsym $mod+n split h
|
||||
|
||||
# split in vertical orientation
|
||||
bindsym $mod+v split v
|
||||
@@ -148,7 +151,9 @@ bindsym $mod+Shift+0 move container to workspace number $ws10
|
||||
|
||||
# switch workspace
|
||||
bindsym $mod+Shift+Tab workspace prev
|
||||
bindsym $Alt+Shift+Tab workspace prev
|
||||
bindsym $mod+Tab workspace next
|
||||
bindsym $Alt+Tab workspace next
|
||||
|
||||
# move focused workspace to output
|
||||
bindsym $mod+u move workspace to output left
|
||||
@@ -179,7 +184,7 @@ focus_follows_mouse no
|
||||
default_border pixel 3
|
||||
|
||||
# gaps between windows and screen border
|
||||
gaps inner 8 px
|
||||
gaps inner 10 px
|
||||
|
||||
# defining colors
|
||||
set $bord_focus #D5F188
|
||||
@@ -193,4 +198,4 @@ client.unfocused #333333 #222222 #888888 #292d2e #222222
|
||||
client.urgent #2f343a #900000 #ffffff #900000 #900000
|
||||
client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
|
||||
|
||||
client.background #ffffff
|
||||
client.background #ffffff
|
||||
|
||||
Reference in New Issue
Block a user