feat: small changes
This commit is contained in:
parent
af29f68f6b
commit
7a8eaaf3c6
@ -10,7 +10,8 @@ shell=/usr/bin/fish
|
||||
# locked-title=no
|
||||
|
||||
# font=Iosevka Nerd Font:size=12
|
||||
font=IosevkaTermSlab Nerd Font:size=12
|
||||
# font=IosevkaTermSlab Nerd Font:size=12
|
||||
font=ComicCodeLigatures Nerd Font:size=10
|
||||
# font-bold=<bold variant of regular font>
|
||||
# font-italic=<italic variant of regular font>
|
||||
# font-bold-italic=<bold+italic variant of regular font>
|
||||
|
@ -1,6 +1,6 @@
|
||||
font-family = "IosevkaTermSlab Nerd Font"
|
||||
font-size = 12
|
||||
font-family = "ComicCodeLigatures Nerd Font"
|
||||
font-size = 10
|
||||
|
||||
theme = light:Adwaita,dark:Adwaita Dark
|
||||
theme = Adwaita Dark
|
||||
fullscreen = true
|
||||
window-decoration = false
|
||||
|
@ -9,14 +9,15 @@
|
||||
# Begin: My own config
|
||||
#
|
||||
|
||||
# Super+Return to start an instance of foot (https://codeberg.org/dnkl/foot)
|
||||
riverctl map normal Super Return spawn foot
|
||||
# Super+Return to start a terminal
|
||||
riverctl map normal Super Return spawn ghostty
|
||||
|
||||
# Super+Space to start the launcher: fuzzel
|
||||
riverctl map normal Super Space spawn fuzzel
|
||||
|
||||
# Set keyboard layout
|
||||
riverctl keyboard-layout latam
|
||||
riverctl keyboard-layout es
|
||||
# riverctl keyboard-layout es
|
||||
|
||||
# Super+W to close the focused view
|
||||
riverctl map normal Super W close
|
||||
@ -36,7 +37,8 @@ riverctl map normal Super L focus-view right
|
||||
#
|
||||
|
||||
# use wlr-randr
|
||||
wlr-randr --output DP-1 --pos 0,0 --output HDMI-A-1 --pos 1920,0
|
||||
# wlr-randr --output DP-1 --pos 0,0 --output HDMI-A-2 --pos 1920,0
|
||||
wlr-randr --output HDMI-A-2 --mode 1920x1080@100Hz --pos 0,0 --output DP-1 --pos 1920,0
|
||||
|
||||
# follow focus of the mouse
|
||||
riverctl focus-follows-cursor normal
|
||||
|
Loading…
Reference in New Issue
Block a user