Updating font and sway bits
This commit is contained in:
parent
d0beaa3877
commit
474a573fa4
3 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
output DP-3 resolution 1920x1080@143.855hz pos 0 540
|
||||
output HDMI-A-1 resolution 1920x1080@72.038hz pos 1920 0 transform 90
|
||||
|
||||
font pango:JetbrainsMono Normal 9
|
||||
|
||||
bar {
|
||||
position top
|
||||
status_command while ~/.config/sway/status.sh; do sleep 1; done
|
||||
|
|
|
@ -6,3 +6,4 @@ assign [app_id="com.obsproject.Studio"] OBS
|
|||
# Games
|
||||
assign [class="Project Zomboid"] Project Zomboid
|
||||
assign [class="com.wurmonline.client.launcherfx.WurmMain"] Wurm Online
|
||||
assign [title="VRChat"] VRChat
|
||||
|
|
1
profile
1
profile
|
@ -9,6 +9,7 @@ if test -z "${XDG_RUNTIME_DIR}"; then
|
|||
fi
|
||||
|
||||
# The city's finest exports!
|
||||
export GTK_THEME="Nordic"
|
||||
export GIT_EDITOR="nvim"
|
||||
export GPG_TTY=$(tty)
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
|
|
Loading…
Reference in a new issue