mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
fix: move to firefox, hyprland opacity
This commit is contained in:
parent
850d4d0ece
commit
a9efa0bcff
4 changed files with 8 additions and 7 deletions
|
|
@ -57,7 +57,7 @@
|
|||
kb_options = "caps:ctrl_modifier,compose:ralt";
|
||||
numlock_by_default = true;
|
||||
follow_mouse = 1;
|
||||
sensitivity = 0;
|
||||
sensitivity = 0.01;
|
||||
touchpad = {
|
||||
natural_scroll = true;
|
||||
tap-to-click = false;
|
||||
|
|
@ -124,7 +124,8 @@
|
|||
decoration = {
|
||||
rounding = 0;
|
||||
active_opacity = 1.00;
|
||||
inactive_opacity = 0.75;
|
||||
inactive_opacity = 1.00;
|
||||
# inactive_opacity = 0.75;
|
||||
# fullscreen_opacity = 1.0;
|
||||
|
||||
shadow = {
|
||||
|
|
@ -218,7 +219,7 @@
|
|||
# clipboard manager
|
||||
"ALT SHIFT, V, exec, cliphist list | bemenu -l 5 --ignorecase | cliphist decode | wl-copy"
|
||||
|
||||
"ALT SHIFT, F, exec, librewolf"
|
||||
"ALT SHIFT, F, exec, firefox"
|
||||
"ALT SHIFT, C, exec, chromium"
|
||||
"ALT SHIFT, Q, exec, qutebrowser"
|
||||
"ALT SHIFT, W, exec, wdisplays"
|
||||
|
|
|
|||
|
|
@ -159,7 +159,7 @@ in
|
|||
"${altmod}+Shift+l" = "exec ${pkgs.swaylock-fancy}/bin/swaylock-fancy";
|
||||
"${mod}+Shift+b" = "exec pkill -SIGUSR1 .waybar-wrapped";
|
||||
"${mod}+Shift+v" = "exec cliphist list | bemenu -l 5 --ignorecase | cliphist decode | wl-copy";
|
||||
"${mod}+Shift+f" = "exec --no-startup-id ${pkgs.librewolf}/bin/librewolf";
|
||||
"${mod}+Shift+f" = "exec --no-startup-id ${pkgs.firefox}/bin/firefox";
|
||||
"${mod}+Shift+c" = "exec --no-startup-id ${pkgs.ungoogled-chromium}/bin/chromium";
|
||||
"${mod}+Shift+q" = "exec --no-startup-id ${pkgs.qutebrowser}/bin/qutebrowser";
|
||||
"${mod}+Shift+w" = "exec --no-startup-id ${pkgs.wdisplays}/bin/wdisplays";
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ in
|
|||
"rounded-window-corners@yilozt.shell-extension.zip"
|
||||
];
|
||||
favorite-apps = [
|
||||
"librewolf.desktop"
|
||||
"firefox.desktop"
|
||||
"foot.desktop"
|
||||
];
|
||||
had-bluetooth-devices-setup = true;
|
||||
|
|
@ -164,7 +164,7 @@ in
|
|||
# };
|
||||
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom4" = {
|
||||
name = "Open element";
|
||||
command = "${pkgs.librewolf}/bin/librewolf";
|
||||
command = "${pkgs.firefox}/bin/firefox";
|
||||
binding = "<Alt><Shift>f";
|
||||
};
|
||||
"org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom5" = {
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ in
|
|||
pkgs.mumble
|
||||
pkgs.anki
|
||||
pkgs.wdisplays
|
||||
pkgs.librewolf
|
||||
pkgs.firefox
|
||||
pkgs.ungoogled-chromium
|
||||
pkgs.nsxiv
|
||||
pkgs.imv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue