fit
This commit is contained in:
@ -221,7 +221,6 @@ in {
|
||||
"$mod, Return, exec, $terminal"
|
||||
"$mod, Space, exec, $dlauncher"
|
||||
"$modShift, Space, exec, $launcher"
|
||||
"$mod, Escape, exec, hyprctl switchxkblayout all next"
|
||||
"$modCtrl, Q, killactive"
|
||||
"$modCtrl, M, fullscreen"
|
||||
"$modCtrl, G, togglefloating"
|
||||
@ -345,6 +344,7 @@ in {
|
||||
# "$modShift, period, resizeactive, 0 10"
|
||||
# ];
|
||||
bindl = [
|
||||
"$mod, Escape, exec, hyprctl switchxkblayout all next"
|
||||
", switch:on:Lid Switch, exec, hyprctl keyword monitor 'eDP-1, disable'"
|
||||
", switch:off:Lid Switch, exec, hyprctl keyword monitor 'eDP-1, preferred, 1920x0, 1.2'"
|
||||
", XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
|
||||
|
@ -33,7 +33,7 @@ in {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
cd = "z";
|
||||
cat = "bat";
|
||||
# cat = "bat";
|
||||
la = "ls -a";
|
||||
l = "ls -la";
|
||||
};
|
||||
|
Reference in New Issue
Block a user