mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
omg it's working again
This commit is contained in:
parent
bca8eb1549
commit
9be3738726
6 changed files with 25 additions and 18 deletions
|
|
@ -13,7 +13,6 @@
|
|||
# dotfiles
|
||||
age
|
||||
unstable.chezmoi
|
||||
nh
|
||||
|
||||
# backup
|
||||
restic
|
||||
|
|
@ -40,6 +39,11 @@
|
|||
yaml-language-server
|
||||
];
|
||||
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.nh;
|
||||
};
|
||||
|
||||
programs.bat = {
|
||||
enable = true;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -19,6 +19,8 @@ in {
|
|||
xdg-desktop-portal-gtk
|
||||
gnome-keyring
|
||||
|
||||
upower
|
||||
|
||||
mods.xwayland-satellite
|
||||
wlsunset
|
||||
];
|
||||
|
|
@ -373,8 +375,8 @@ in {
|
|||
# // block-out-from "screencast"
|
||||
# }
|
||||
|
||||
# // Example: enable rounded corners for all windows.
|
||||
# // (This example rule is commented out with a "/-" in front.)
|
||||
# Example: enable rounded corners for all windows.
|
||||
# (This example rule is commented out with a "/-" in front.)
|
||||
# /-window-rule {
|
||||
# geometry-corner-radius 12
|
||||
# clip-to-geometry true
|
||||
|
|
@ -393,8 +395,8 @@ in {
|
|||
# Most actions that you can bind here can also be invoked programmatically with
|
||||
# `niri msg action do-something`.
|
||||
|
||||
# // Mod-Shift-/, which is usually the same as Mod-?,
|
||||
# // shows a list of important hotkeys.
|
||||
# Mod-Shift-/, which is usually the same as Mod-?,
|
||||
# shows a list of important hotkeys.
|
||||
"Mod+Shift+Slash".action = show-hotkey-overlay;
|
||||
|
||||
# Suggested binds for running programs: terminal, app launcher, screen locker.
|
||||
|
|
@ -408,20 +410,20 @@ in {
|
|||
};
|
||||
# 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"; }
|
||||
# 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.
|
||||
# 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 { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1+"; }
|
||||
# XF86AudioLowerVolume allow-when-locked=true { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1-"; }
|
||||
# XF86AudioMute allow-when-locked=true { spawn "wpctl" "set-mute" "@DEFAULT_AUDIO_SINK@" "toggle"; }
|
||||
# XF86AudioMicMute allow-when-locked=true { spawn "wpctl" "set-mute" "@DEFAULT_AUDIO_SOURCE@" "toggle"; }
|
||||
|
||||
# // Open/close the Overview: a zoomed-out view of workspaces and windows.
|
||||
# // You can also move the mouse into the top-left hot corner,
|
||||
# // or do a four-finger swipe up on a touchpad.
|
||||
# Open/close the Overview: a zoomed-out view of workspaces and windows.
|
||||
# You can also move the mouse into the top-left hot corner,
|
||||
# or do a four-finger swipe up on a touchpad.
|
||||
"Mod+O" = {
|
||||
repeat = false;
|
||||
action = toggle-overview;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue