updated config-files-laptop
This commit is contained in:
parent
3cb193a7fb
commit
0a83b2c148
3 changed files with 40 additions and 9 deletions
|
@ -1,5 +1,28 @@
|
||||||
|
# Foot config
|
||||||
font=monospace:size=10
|
font=monospace:size=10
|
||||||
initial-window-size-pixels=1000x600
|
initial-window-size-pixels=1000x600
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
background=000000
|
background=000000
|
||||||
|
foreground=dcdccc
|
||||||
alpha=0.5
|
alpha=0.5
|
||||||
|
|
||||||
|
## Normal/regular colors (color palette 0-7)
|
||||||
|
regular0=222222 # black
|
||||||
|
regular1=cc9393 # red
|
||||||
|
regular2=7f9f7f # green
|
||||||
|
regular3=d0bf8f # yellow
|
||||||
|
regular4=6ca0a3 # blue
|
||||||
|
regular5=dc8cc3 # magenta
|
||||||
|
regular6=93e0e3 # cyan
|
||||||
|
regular7=dcdccc # white
|
||||||
|
|
||||||
|
## Bright colors (color palette 8-15)
|
||||||
|
bright0=666666 # bright black
|
||||||
|
bright1=dca3a3 # bright red
|
||||||
|
bright2=bfebbf # bright green
|
||||||
|
bright3=f0dfaf # bright yellow
|
||||||
|
bright4=8cd0d3 # bright blue
|
||||||
|
bright5=fcace3 # bright magenta
|
||||||
|
bright6=b3ffff # bright cyan
|
||||||
|
bright7=ffffff # bright white
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
font-family: "FontAwesome";
|
font-family: "Roboto","FontAwesome";
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
|
|
|
@ -19,14 +19,16 @@ zoom_enabled_for = none
|
||||||
|
|
||||||
[autostart]
|
[autostart]
|
||||||
audio = pipewire
|
audio = pipewire
|
||||||
audio_notify = sleep 5; dbus-launch pa-notify -t 2
|
audio_notify = sleep 1; pa-notify -t 2
|
||||||
|
audio_player = sleep 1; playerctld daemon
|
||||||
automount = udiskie -As
|
automount = udiskie -As
|
||||||
autostart_wf_shell = false
|
autostart_wf_shell = false
|
||||||
background = wf-background
|
background = wf-background
|
||||||
bar = waybar
|
bar = waybar
|
||||||
element = dbus-launch element-desktop --hidden --enable-features=UseOzonePlatform --ozone-platform=wayland
|
element = element-desktop --hidden --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||||
|
gamma = wlsunset -l 52.0 -L 5.9 -t 3000
|
||||||
idle = swayidle -w timeout 230 gtklock before-sleep gtklock
|
idle = swayidle -w timeout 230 gtklock before-sleep gtklock
|
||||||
network = sleep 5; nm-applet --indicator
|
network = sleep 1; nm-applet --indicator
|
||||||
notifications = mako
|
notifications = mako
|
||||||
outputs = kanshi
|
outputs = kanshi
|
||||||
|
|
||||||
|
@ -56,6 +58,9 @@ binding_kanshi = <super> KEY_K
|
||||||
binding_launcher = <super> KEY_S
|
binding_launcher = <super> KEY_S
|
||||||
binding_matrix = <super> KEY_E
|
binding_matrix = <super> KEY_E
|
||||||
binding_mute = KEY_MUTE
|
binding_mute = KEY_MUTE
|
||||||
|
binding_next = KEY_NEXTSONG
|
||||||
|
binding_playpause = KEY_PLAYPAUSE
|
||||||
|
binding_previous = KEY_PREVIOUSSONG
|
||||||
binding_screenshot = <shift> KEY_SYSRQ
|
binding_screenshot = <shift> KEY_SYSRQ
|
||||||
binding_screenshot_interactive = KEY_SYSRQ
|
binding_screenshot_interactive = KEY_SYSRQ
|
||||||
binding_terminal = <super> KEY_T
|
binding_terminal = <super> KEY_T
|
||||||
|
@ -69,10 +74,13 @@ command_firefox = firefox
|
||||||
command_gamma = wlsunset -l 52.0 -L 5.9 -t 3000
|
command_gamma = wlsunset -l 52.0 -L 5.9 -t 3000
|
||||||
command_kanshi = kanshi
|
command_kanshi = kanshi
|
||||||
command_launcher = wofi --show drun
|
command_launcher = wofi --show drun
|
||||||
command_matrix = dbus-launch element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland
|
command_matrix = element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||||
command_mute = pamixer -t
|
command_mute = pamixer -t
|
||||||
command_screenshot = grim $(date '+%F_%T').png
|
command_next = playerctl next
|
||||||
command_screenshot_interactive = slurp | grim -g - $(date '+%F_%T').png
|
command_playpause = playerctl play-pause
|
||||||
|
command_previous = playerctl previous
|
||||||
|
command_screenshot = grim - | wl-copy -t image/png
|
||||||
|
command_screenshot_interactive = pkill -9 slurp; grim -g "$(slurp -d)" - | wl-copy -t image/png
|
||||||
command_terminal = foot
|
command_terminal = foot
|
||||||
command_volumedown = pamixer -d 5 -u
|
command_volumedown = pamixer -d 5 -u
|
||||||
command_volumeup = pamixer -i 5 -u
|
command_volumeup = pamixer -i 5 -u
|
||||||
|
@ -87,7 +95,7 @@ focus_button_with_modifiers = false
|
||||||
focus_buttons = BTN_LEFT | BTN_MIDDLE | BTN_RIGHT
|
focus_buttons = BTN_LEFT | BTN_MIDDLE | BTN_RIGHT
|
||||||
focus_buttons_passthrough = true
|
focus_buttons_passthrough = true
|
||||||
max_render_time = -1
|
max_render_time = -1
|
||||||
plugins = alpha animate autostart command cube expo fast-switcher grid idle invert move oswitch place resize switcher vswitch window-rules wobbly wrot zoom blur
|
plugins = alpha animate autostart command cube expo fast-switcher grid idle move oswitch place resize switcher vswitch window-rules wobbly wrot zoom blur
|
||||||
preferred_decoration_mode = server
|
preferred_decoration_mode = server
|
||||||
vheight = 3
|
vheight = 3
|
||||||
vwidth = 3
|
vwidth = 3
|
||||||
|
@ -169,7 +177,7 @@ cube_rotate_speed = 1.000000
|
||||||
cube_zoom_speed = 1000
|
cube_zoom_speed = 1000
|
||||||
disable_on_fullscreen = true
|
disable_on_fullscreen = true
|
||||||
dpms_timeout = 240
|
dpms_timeout = 240
|
||||||
screensaver_timeout = 180
|
screensaver_timeout = 220
|
||||||
toggle = none
|
toggle = none
|
||||||
|
|
||||||
[input]
|
[input]
|
||||||
|
|
Loading…
Reference in a new issue