Compare commits
1 Commits
1400cc1433
...
407be62649
Author | SHA1 | Date | |
---|---|---|---|
407be62649 |
@ -3,9 +3,8 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
settings = {
|
settings = {
|
||||||
confirm-close-surface = false;
|
confirm-close-surface = "false";
|
||||||
copy-on-select = false;
|
copy-on-select = "false";
|
||||||
title-report = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
@ -10,7 +10,7 @@ export default function Wifi() {
|
|||||||
{wifi.as(wifi => wifi && (
|
{wifi.as(wifi => wifi && (
|
||||||
<button
|
<button
|
||||||
className="Wifi"
|
className="Wifi"
|
||||||
onClicked={() => {execAsync("ghostty --title=nmtui -e nmtui")}}>
|
onClicked={() => {execAsync("ghostty -e nmtui")}}>
|
||||||
<box>
|
<box>
|
||||||
<icon
|
<icon
|
||||||
tooltipText={bind(wifi, "ssid").as(String)}
|
tooltipText={bind(wifi, "ssid").as(String)}
|
||||||
|
@ -130,9 +130,8 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
windowrulev2 = [
|
windowrulev2 = [
|
||||||
"float, title:(nmtui)"
|
"float, class:(clipse)"
|
||||||
"float, title:(clipse)"
|
"size 622 652, class:(clipse)"
|
||||||
"size 622 652, title:(clipse)"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
exec-once = [
|
exec-once = [
|
||||||
@ -145,7 +144,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
bind = [
|
bind = [
|
||||||
"$mainMod, V, exec, ghostty --title=clipse -e clipse"
|
"$mainMod, V, exec, ghostty --class clipse -e clipse"
|
||||||
|
|
||||||
"$mainMod, Return, exec, ghostty"
|
"$mainMod, Return, exec, ghostty"
|
||||||
"$mainMod, Q, killactive,"
|
"$mainMod, Q, killactive,"
|
||||||
@ -205,8 +204,8 @@
|
|||||||
"$mainMod, mouse_up, workspace, e-1"
|
"$mainMod, mouse_up, workspace, e-1"
|
||||||
|
|
||||||
# Keyboard backlight
|
# Keyboard backlight
|
||||||
"$mainMod, F3, exec, ${lib.getExe pkgs.brightnessctl} -d *::kbd_backlight set +33%"
|
"$mainMod, F3, exec, brightnessctl -d *::kbd_backlight set +33%"
|
||||||
"$mainMod, F2, exec, ${lib.getExe pkgs.brightnessctl} -d *::kbd_backlight set 33%-"
|
"$mainMod, F2, exec, brightnessctl -d *::kbd_backlight set 33%-"
|
||||||
|
|
||||||
# Volume and Media Control
|
# Volume and Media Control
|
||||||
", XF86AudioRaiseVolume, exec, pamixer -i 5 "
|
", XF86AudioRaiseVolume, exec, pamixer -i 5 "
|
||||||
@ -215,8 +214,8 @@
|
|||||||
", XF86AudioMicMute, exec, pamixer --default-source -m"
|
", XF86AudioMicMute, exec, pamixer --default-source -m"
|
||||||
|
|
||||||
# Brightness control
|
# Brightness control
|
||||||
", XF86MonBrightnessDown, exec, ${lib.getExe pkgs.brightnessctl} set 5%- "
|
", XF86MonBrightnessDown, exec, brightnessctl set 5%- "
|
||||||
", XF86MonBrightnessUp, exec, ${lib.getExe pkgs.brightnessctl} set +5% "
|
", XF86MonBrightnessUp, exec, brightnessctl set +5% "
|
||||||
|
|
||||||
# Waybar
|
# Waybar
|
||||||
"$mainMod, B, exec, pkill -SIGUSR1 waybar"
|
"$mainMod, B, exec, pkill -SIGUSR1 waybar"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user