binds for laptop
This commit is contained in:
parent
b8b34ac282
commit
f22668c3a2
|
@ -23,7 +23,8 @@
|
|||
preserve_split = true;
|
||||
};
|
||||
|
||||
monitor = "DP-1,2560x1440@165.00Hz,0x0,1,bitdepth,10";
|
||||
monitor = "eDP-1,2560x1440@165.00Hz,0x0,1.2,bitdepth,10";
|
||||
|
||||
|
||||
env = [
|
||||
"HYPRCURSOR_THEME = Bibata-Modern-Ice"
|
||||
|
@ -42,7 +43,7 @@
|
|||
bind = [
|
||||
|
||||
# launch Apps
|
||||
"$mod, TAB, exec, alacritty"
|
||||
"$mod,TAB, exec, alacritty"
|
||||
"$mod, E, exec, nemo"
|
||||
"$mod, S, exec, brave"
|
||||
"$mod, X, exec, keepassxc"
|
||||
|
@ -112,13 +113,21 @@
|
|||
"$mod+Shift, 8, movetoworkspace, 8"
|
||||
"$mod+Shift, 9, movetoworkspace, 9"
|
||||
"$mod+Shift, 0, movetoworkspace, 10"
|
||||
|
||||
];
|
||||
|
||||
bindm= [
|
||||
bindm = [
|
||||
"$mod, mouse:272, movewindow"
|
||||
"$mod, mouse:273, resizewindow"
|
||||
];
|
||||
|
||||
bindl = [
|
||||
", XF86MonBrightnessUp, exec, brightnessctl set +10%"
|
||||
", XF86MonBrightnessDown, exec, brightnessctl set 10%-"
|
||||
", XF86AudioRaiseVolume, exec, amixer set Master 5%+"
|
||||
", XF86AudioLowerVolume, exec, amixer set Master 5%-"
|
||||
];
|
||||
|
||||
general = {
|
||||
gaps_in = 5;
|
||||
gaps_out = 8;
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
gnome-calculator
|
||||
gnome-disk-utility
|
||||
#random shit
|
||||
brightnessctl
|
||||
gnat14
|
||||
libgccjit
|
||||
zulu17
|
||||
|
|
Loading…
Reference in a new issue