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