adapted for laptop
This commit is contained in:
@@ -54,8 +54,8 @@ xwayland {
|
||||
|
||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
input {
|
||||
kb_layout = ch,us
|
||||
kb_variant = fr,euro
|
||||
kb_layout = us,ch
|
||||
kb_variant = euro,fr
|
||||
kb_model =
|
||||
kb_options = grp:alt_space_toggle
|
||||
kb_rules =
|
||||
@@ -151,7 +151,7 @@ gestures {
|
||||
$mainMod = SUPER
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Q, exec, wezterm #alacritty -e screen
|
||||
bind = $mainMod, Q, exec, wezterm start #gnome-terminal #alacritty -e screen
|
||||
bind = $mainMod SHIFT, Q, exec, alacritty
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod, W, killactive,
|
||||
@@ -234,7 +234,7 @@ bind = ALT, a, exec, playerctl -p $player previous
|
||||
|
||||
#screenshot
|
||||
#bind = $mainMod, Shift_R , exec, hyprshot --clipboard-only -m region
|
||||
bind = , Pause, exec, hyprshot --clipboard-only -m region
|
||||
bind = , Print, exec, hyprshot --clipboard-only -m region
|
||||
|
||||
|
||||
#windows rules
|
||||
|
||||
@@ -100,9 +100,9 @@
|
||||
"custom/right-arrow-dark"
|
||||
],
|
||||
"modules-right": [
|
||||
"custom/left-arrow-dark",
|
||||
"custom/poweroff",
|
||||
"custom/left-arrow-light",
|
||||
//"custom/left-arrow-dark",
|
||||
//"custom/poweroff",
|
||||
//"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"pulseaudio",
|
||||
"custom/left-arrow-light",
|
||||
@@ -112,19 +112,19 @@
|
||||
"custom/left-arrow-dark",
|
||||
"cpu",
|
||||
//"custom/sep",
|
||||
//"temperature",
|
||||
//"custom/left-arrow-light",
|
||||
//"custom/left-arrow-dark",
|
||||
//"battery",
|
||||
//"custom/left-arrow-light",
|
||||
//"custom/left-arrow-dark",
|
||||
//"backlight",
|
||||
"temperature",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
"battery",
|
||||
"custom/left-arrow-light",
|
||||
//"custom/left-arrow-dark",
|
||||
"backlight",
|
||||
//"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
//"user",
|
||||
"idle_inhibitor",
|
||||
"custom/left-arrow-light",
|
||||
"custom/left-arrow-dark",
|
||||
//"idle_inhibitor",
|
||||
//"custom/left-arrow-light",
|
||||
//"custom/left-arrow-dark",
|
||||
"tray"
|
||||
],
|
||||
"temperature": {
|
||||
|
||||
@@ -11,6 +11,7 @@ window#waybar {
|
||||
#custom-right-arrow-dark,
|
||||
#custom-left-arrow-dark {
|
||||
color: #1a1a1a;
|
||||
background: #292b2e;
|
||||
}
|
||||
#custom-right-arrow-light,
|
||||
#custom-left-arrow-light {
|
||||
@@ -99,6 +100,10 @@ window#waybar {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
#backlight{
|
||||
min-width: 100px;
|
||||
}
|
||||
|
||||
#backlight-slider slider {
|
||||
min-height: 80px;
|
||||
min-width: 10px;
|
||||
|
||||
Reference in New Issue
Block a user