summaryrefslogtreecommitdiff
path: root/.config/hypr
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2023-03-25 22:47:38 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2023-03-25 22:47:38 +0530
commitca70d4e3098c4ca86d24ffdb584f39f752a657a5 (patch)
tree7e0549f3abb45ef563891b9d156079ea4fc664c5 /.config/hypr
parent7429790d806a5a549969331c8c94c4329523681d (diff)
hypr: enabling caps:escape swap + fixing typo
Diffstat (limited to '.config/hypr')
-rw-r--r--.config/hypr/hyprland.conf11
1 files changed, 5 insertions, 6 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 5c27eae..b2b0fe6 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -1,5 +1,5 @@
# See https://wiki.hyprland.org/Configuring/Monitors/
-monitor=eDP-1,1920x1080@60,0x0,1.01
+monitor=eDP-1,1920x1080@60,0x0,1.00
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
@@ -60,7 +60,7 @@ animations {
input {
kb_layout = us
-
+ kb_options=caps:escape
follow_mouse = 1
touchpad {
@@ -104,6 +104,7 @@ $MOD = SUPER
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
+
###############
# Imp Utils #
###############
@@ -127,7 +128,7 @@ bind = $MOD ALT, Q, exec, brave --tor
# Launch wa
bind = $MOD SHIFT, W, exec, whatsapp-nativefier
#Launch emacs
-bind = $MOD SHIFT, E, exec, emacs
+bind = $MOD, E, exec, emacs
# Launch ncloud
bind = $MOD SHIFT, N, exec, qutebrowser https://ncloud.draconyan.xyz
# Launch outlook
@@ -137,7 +138,7 @@ bind = $MOD CTRL, E, exec, qutebrowser https://mail.google.com
# Launch protonmail
bind = $MOD ALT, E, exec, qutebrowser https://mail.proton.me/u/0/inbox
# Launch teams
-bind = $MOD SHIFT, E, exec, qutebrowser https://teams.microsoft.com
+bind = $MOD SHIFT, T, exec, qutebrowser https://teams.microsoft.com
# Launch spotify
bind = $MOD SHIFT, M, exec, sp
# Launch discord
@@ -173,8 +174,6 @@ binde = ,XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%+ &
binde = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%- && dunstify "Volume Changed" "Volume set to $(volumecurr)" -i volume-low -t 1500 -r 1236
binde = ,XF86MonBrightnessUp, exec, brillo -s intel_backlight -A 4 && dunstify -u normal -t 3000 -r 90210 -i brightness "$(printf %.0f%% $( brillo -G) )"
binde = ,XF86MonBrightnessDown, exec, brillo -s intel_backlight -U 4 && dunstify -u normal -t 3000 -r 90210 -i brightness "$(printf %.0f%% $( brillo -G) )"
-
-
#Launch galculator - a GTK 2/3 based scientific calculator
bind = , XF86Calculator, exec, galculator