Compare commits
6 commits
0af9e3415f
...
143bf0d90f
Author | SHA1 | Date | |
---|---|---|---|
143bf0d90f | |||
4f24f1f540 | |||
501eca5bad | |||
5aabff5af0 | |||
32e6e5fd47 | |||
82c4a7d451 |
4 changed files with 13 additions and 5 deletions
|
@ -2,8 +2,8 @@ profile {
|
|||
output LVDS-1 enable
|
||||
}
|
||||
profile {
|
||||
output HDMI-A-1 enable position 0,0 scale 1
|
||||
output LVDS-1 enable position 1920,312
|
||||
output HDMI-A-1 enable position 1366,0 scale 1
|
||||
output LVDS-1 enable position 0,312
|
||||
#output LVDS-1 disable
|
||||
}
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ set $term footclient
|
|||
# on the original workspace that the command was run on.
|
||||
set $menu fuzzel-run
|
||||
|
||||
font Inter SemiBold 10
|
||||
font Inter Medium 10
|
||||
|
||||
### Output configuration
|
||||
#
|
||||
|
@ -230,7 +230,8 @@ bindsym --locked XF86MonBrightnessUp exec 'brillo -A 5; brillo -O'
|
|||
bindsym --locked XF86MonBrightnessDown exec 'brillo -U 5; brillo -O'
|
||||
|
||||
default_border pixel 5
|
||||
gaps outer 5
|
||||
# gaps outer 5
|
||||
gaps inner 5
|
||||
smart_borders on
|
||||
smart_gaps on
|
||||
|
||||
|
@ -247,6 +248,12 @@ assign [title="https:\/\/[a-z]+.zulipchat.com - "] "8: comms"
|
|||
assign [app_id="neomutt"] "8: comms"
|
||||
assign [app_id="telegram-desktop"] "8: comms"
|
||||
|
||||
for_window [title="https:\/\/discord.com - "] layout tabbed
|
||||
for_window [title="https:\/\/web.whatsapp.com - "] layout tabbed
|
||||
for_window [title="https:\/\/[a-z]+.zulipchat.com - "] layout tabbed
|
||||
for_window [app_id="neomutt"] layout tabbed
|
||||
for_window [app_id="telegram-desktop"] layout tabbed
|
||||
|
||||
exec brillo -I
|
||||
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
||||
exec pipewire
|
||||
|
|
|
@ -6,6 +6,7 @@ exec fuzzel \
|
|||
--font='monospace:pixelsize=22' \
|
||||
--prompt='➦ ' \
|
||||
--width=40 \
|
||||
--no-icons \
|
||||
--background=${background}ff \
|
||||
--text-color=${foreground}ff \
|
||||
--match-color=${accent}ff \
|
||||
|
|
2
.zshrc
2
.zshrc
|
@ -31,7 +31,7 @@ zstyle ':vcs_info:*' enable git
|
|||
precmd () { vcs_info }
|
||||
|
||||
setopt promptsubst
|
||||
PS1=$'%{\e]133;A%}$''%F{5} %3~ ${vcs_info_msg_0_}%f%# '
|
||||
PS1=$'%{\e]133;A%}''%F{5} %3~ ${vcs_info_msg_0_}%f%# '
|
||||
"$REMOTE" && PS1='%n@%m '$PS1
|
||||
|
||||
alias ls='ls --color=always'
|
||||
|
|
Loading…
Reference in a new issue