some more needed changes!
This commit is contained in:
@@ -78,16 +78,22 @@
|
||||
"$mod, right, resizeactive, 2% 0"
|
||||
|
||||
];
|
||||
# bindl = [
|
||||
# ", switch:on:Lid Switch, exec, hyprctl dispatch dpms off"
|
||||
# ", switch:off:Lid Switch, exec, hyprctl dispatch dpms on"
|
||||
# ];
|
||||
|
||||
bindr = [
|
||||
# Overview
|
||||
"$mod, , overview:toggle"
|
||||
# lock-screen bindings
|
||||
bindl = [
|
||||
# on lid close, lock the screen
|
||||
# if another monitor is connected, only turn the internal monitor off and don't lock the screen
|
||||
", switch:on:Lid Switch, exec, hyprctl dispatch dpms off eDP-1"
|
||||
# if there is no active monitor, perform a screen lock
|
||||
", switch:on:Lid Switch, exec, hyprctl monitors | grep 'dpmsStatus: 1' || hyprlock"
|
||||
", switch:off:Lid Switch, exec, hyprctl dispatch dpms on eDP-1"
|
||||
];
|
||||
|
||||
# bindr = [
|
||||
# # Overview
|
||||
# "$mod, , overview:toggle"
|
||||
# ];
|
||||
|
||||
bindm = [
|
||||
# move the window
|
||||
"$mod, mouse:272, movewindow"
|
||||
@@ -183,14 +189,12 @@
|
||||
"ELECTRON_OZONE_PLATFORM_HINT, wayland"
|
||||
# set the scale factor for GDK apps
|
||||
"GDK_SCALE, 1.5"
|
||||
"XCURSOR_SIZE, 32"
|
||||
# set the scale factor for QT apps
|
||||
"QT_SCALE_FACTOR, 1.5"
|
||||
# set the scale factor for GTK apps
|
||||
];
|
||||
};
|
||||
|
||||
# TODO - plugins are broken for now
|
||||
plugins = [
|
||||
# Global overview
|
||||
pkgs.hyprlandPlugins.hyprspace
|
||||
@@ -198,13 +202,6 @@
|
||||
pkgs.hyprlandPlugins.hyprgrass
|
||||
];
|
||||
|
||||
# plugin = {
|
||||
# touch_gestures = {
|
||||
# sensitivity = 4.0;
|
||||
# # must be >= 3
|
||||
# workspace_swipe_fingers = 3;
|
||||
# };
|
||||
# };
|
||||
};
|
||||
|
||||
services.swaync.enable = true;
|
||||
|
@@ -37,7 +37,7 @@
|
||||
# Time
|
||||
{
|
||||
monitor = "";
|
||||
text = ''cmd[update:1000] echo "<span>$(date +"%I:%M")</span>"'';
|
||||
text = ''cmd[update:1000] echo "<span>$(date +"%H:%M")</span>"'';
|
||||
font_size = 160;
|
||||
font_weight = "bold";
|
||||
# font_family = "steelfish outline regular";
|
||||
|
Reference in New Issue
Block a user