Compare commits

..

8 commits

Author SHA1 Message Date
abf79a143f river: achicar borde 2021-10-08 17:53:19 -03:00
8972b0f8db river: hacer que la barra sea toggleable 2021-10-08 17:53:04 -03:00
164381d901 river: tap to click 2021-10-08 17:52:29 -03:00
e8e752df11 river: borrar lineas invalidas 2021-10-08 17:52:10 -03:00
3574006472 volver a mi layout normal 2021-10-08 17:51:40 -03:00
2561ed62e2 borrar pipewire-run 2021-10-08 17:51:25 -03:00
a4d9ff7db9 river/colors: use blue highlight 2021-10-08 17:50:46 -03:00
5ae58d698c foot: Iosevka 2021-10-08 17:49:43 -03:00
7 changed files with 13 additions and 19 deletions

View file

@ -1,7 +1,7 @@
font=JetBrainsMono Nerd Font:size=10 font=Iosevka Term SS14:style=Medium:pixelsize=18
font-bold=JetBrainsMono Nerd Font:style=Bold:size=10 font-bold=Iosevka Term SS14:style=Bold:pixelsize=18
font-italic=JetBrainsMono Nerd Font:style=Italic:size=10 font-italic=Iosevka Term SS14:style=Medium Italic:pixelsize=18
font-bold-italic=JetBrainsMono Nerd Font:style=Bold Italic:size=10 font-bold-italic=Iosevka Term SS14:style=Bold Italic:pixelsize=18
# Selenized black # Selenized black
[cursor] [cursor]

View file

@ -23,7 +23,7 @@ export bg=181818
export bg2=252525 export bg2=252525
export fg=b9b9b9 export fg=b9b9b9
export fg2=dedede export fg2=dedede
export hl=$fg export hl=368aeb
# solarized light # solarized light
# export bg=fdf6e3 # export bg=fdf6e3

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=river dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=river
riverctl spawn "pipewire-run" riverctl spawn "pgrep -x pipewire || pipewire"
riverctl spawn "/usr/libexec/xdg-desktop-portal-wlr" riverctl spawn "/usr/libexec/xdg-desktop-portal-wlr"
~/.config/river/load-colors ~/.config/river/load-colors
@ -31,10 +31,7 @@ riverctl set-repeat 30 190
riverctl xcursor-theme Adwaita riverctl xcursor-theme Adwaita
riverctl input "2:10:TPPS/2_IBM_TrackPoint" pointer-accel 0.5 riverctl input "2:10:TPPS/2_IBM_TrackPoint" pointer-accel 0.5
riverctl input 2:7:SynPS/2_Synaptics_TouchPad tap enabled
riverctl float-filter-add "float"
riverctl float-filter-add "popup"
riverctl float-filter-add "info"
riverctl float-filter-add title Picture-in-Picture riverctl float-filter-add title Picture-in-Picture
riverctl float-filter-add title "Firefox — Sharing Indicator" riverctl float-filter-add title "Firefox — Sharing Indicator"

View file

@ -2,6 +2,9 @@
mod="Mod4" mod="Mod4"
riverctl map normal $mod Z spawn yambar-run
riverctl map -release normal $mod Z spawn 'killall yambar'
riverctl map normal $mod Q close riverctl map normal $mod Q close
riverctl map normal $mod+Shift E exit riverctl map normal $mod+Shift E exit
@ -109,4 +112,3 @@ riverctl map normal $mod+Shift M spawn 'lock && doas pm-suspend'
riverctl map normal $mod+Shift T spawn footclient riverctl map normal $mod+Shift T spawn footclient
riverctl map normal $mod+Shift Return spawn fuzzel-run riverctl map normal $mod+Shift Return spawn fuzzel-run
riverctl map normal None Print spawn 'grimshot copy area' riverctl map normal None Print spawn 'grimshot copy area'

View file

@ -4,5 +4,4 @@
riverctl background-color 0x$bg riverctl background-color 0x$bg
riverctl border-color-focused 0x$hl riverctl border-color-focused 0x$hl
riverctl border-color-unfocused 0x$bg2 riverctl border-color-unfocused 0x$bg2
riverctl border-width 1
riverctl spawn yambar-run

View file

@ -1,4 +0,0 @@
#!/bin/sh
# pgrep -x pipewire && exit 0
killall pipewire
exec pipewire

View file

@ -20,8 +20,8 @@ export EDITOR=kak
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
export XKB_DEFAULT_LAYOUT=us-nulo export XKB_DEFAULT_LAYOUT=us #-nulo
# export XKB_DEFAULT_VARIANT=altgr-intl export XKB_DEFAULT_VARIANT=altgr-intl
export XKB_DEFAULT_OPTIONS=caps:escape export XKB_DEFAULT_OPTIONS=caps:escape
export XCURSOR_THEME=Adwaita export XCURSOR_THEME=Adwaita