update config file

This commit is contained in:
lostecho
2023-04-20 10:22:42 +08:00
parent bba3272093
commit 4748cc6246
6 changed files with 17 additions and 11 deletions

View File

@@ -13,8 +13,9 @@ OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS.
# autogenerated = 1 # remove this line to remove the warning
# See https://wiki.hyprland.org/Configuring/Monitors/
monitor=eDP-1,1920x1080@60,auto,1
monitor=DP-1,preferred,auto,1
monitor=eDP-1,1920x1080@60,0x1440,1
#monitor=DP-1,preferred,auto,1
monitor=DP-1,2560x1440@75,0x0,1
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
@@ -163,8 +164,8 @@ bind = $mainMod, Q, exec, kitty
bind = $mainMod, R, exec, pkill wofi; wofi --show drun
# bind = $mainMod, E, exec, kitty ranger
bind = $mainMod, E, exec, dolphin
bind = $mainMod, I, exec, env DESKTOPINTEGRATION=false /usr/bin/obsidian %u --no-sandbox %U
bind = $mainMod, K, exec, /usr/bin/logseq %U
bind = $mainMod, N, exec, env DESKTOPINTEGRATION=false /usr/bin/obsidian %u --no-sandbox %U
bind = $mainMod, W, exec, /usr/bin/logseq %U
bind = $mainMod, L, exec, swaylock # Lock the screen
bind = $mainMod, G, exec, google-chrome-stable
bind = $mainMod, C, killactive,
@@ -218,5 +219,5 @@ bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
# Brightness control
binde = $mainMod SHIFT, P, exec, xbacklight -inc 5
binde = $mainMod SHIFT, O, exec, xbacklight -dec 5
binde = $mainMod SHIFT, P, exec, brightnessctl set 5%+
binde = $mainMod SHIFT, O, exec, brightnessctl set 5%-