Compare commits

...

2 Commits

Author SHA1 Message Date
Inhji 5518bacd20 sway: smol fixes 2023-10-12 17:59:49 +02:00
Inhji f5d1ab819e add foot 2023-10-12 17:59:22 +02:00
3 changed files with 43 additions and 5 deletions

30
config/foot/foot.ini Normal file
View File

@ -0,0 +1,30 @@
# -*- conf -*-
[main]
font=Caskaydia Cove Nerd Font:size=18
term=xterm
dpi-aware=no
shell=/usr/bin/fish
# adapted from https://github.com/imcarvalho/neonpurple
# but tweaked background and regular0
[colors]
background=10022e
foreground=e5e5e6
regular0=392B57
regular1=cd0d76
regular2=09EAA5
regular3=FFFA69
regular4=05BEFF
regular5=FF00E0
regular6=9AA5ED
regular7=FFFFFF
bright0=A8FCFF
bright1=FF0EA5
bright2=00FFB7
bright3=FEF787
bright4=18CCFC
bright5=FF00F8
bright6=A6B5FF
bright7=FFFFFF

View File

@ -72,7 +72,7 @@ input "1003:8258:MNT_Reform_Keyboard" {
xkb_options compose:caps
}
default_border pixel 0
default_border pixel 2
hide_edge_borders both
### Key bindings
@ -215,10 +215,10 @@ bindsym --release $mod+x bar mode invisible bar-0
#
set $rsize 100px
mode "resize" {
#bindsym Left resize shrink width $rsize
#bindsym Down resize grow height $rsize
#bindsym Up resize shrink height $rsize
#bindsym Right resize grow width $rsize
bindsym Left resize shrink width $rsize
bindsym Down resize grow height $rsize
bindsym Up resize shrink height $rsize
bindsym Right resize grow width $rsize
# Return to default mode
bindsym Return mode "default"
@ -266,6 +266,7 @@ bar {
for_window [app_id="pavucontrol"] floating enable
for_window [app_id="gnome-control-center"] floating enable
for_window [app_id="blueman-manager"] floating enable
for_window [instance="Msgcompose"] floating enable
exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK
exec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP=sway
@ -283,6 +284,9 @@ exec /usr/libexec/gsd-xsettings
exec lxpolkit
# start network manager applet
exec nm-applet --indicator
# start bluetooth applet
exec blueman-applet
# start volume applet

View File

@ -11,6 +11,10 @@
create: true
glob: true
path: config/scripts/**
~/.config/foot:
create: true
glob: true
path: config/foot/**
~/.config/cmus:
create: true
glob: true