mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
added firefox config
This commit is contained in:
parent
135c685973
commit
c09f4e4315
4 changed files with 111 additions and 13 deletions
|
|
@ -44,6 +44,8 @@ in {
|
|||
theme = "Adwaita";
|
||||
};
|
||||
|
||||
hotkey-overlay.skip-at-startup = true;
|
||||
|
||||
input = {
|
||||
# keyboard {
|
||||
# xkb {
|
||||
|
|
@ -98,7 +100,10 @@ in {
|
|||
|
||||
# // Focus windows and outputs automatically when moving the mouse into them.
|
||||
# // Setting max-scroll-amount="0%" makes it work only on windows already fully on screen.
|
||||
# // focus-follows-mouse max-scroll-amount="0%"
|
||||
focus-follows-mouse = {
|
||||
enable = true;
|
||||
max-scroll-amount = "0%";
|
||||
};
|
||||
};
|
||||
|
||||
# // You can configure outputs by their name, which you can find
|
||||
|
|
@ -408,14 +413,7 @@ in {
|
|||
hotkey-overlay.title = "Application launcher";
|
||||
action = spawn ["noctalia-shell" "ipc" "call" "launcher" "toggle"];
|
||||
};
|
||||
# Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; }
|
||||
|
||||
# You can also use a shell. Do this if you need pipes, multiple commands, etc.
|
||||
# Note: the entire command goes as a single argument in the end.
|
||||
# Mod+T { spawn "bash" "-c" "notify-send hello && exec alacritty"; }
|
||||
|
||||
# Example volume keys mappings for PipeWire & WirePlumber.
|
||||
# The allow-when-locked=true property makes them work even when the session is locked.
|
||||
"XF86AudioRaiseVolume" = {
|
||||
allow-when-locked = true;
|
||||
action = spawn ["wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1+"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue