aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2023-05-07 14:34:18 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2023-05-07 14:34:18 +0530
commite6c314476d30d00af73bc650d1330e13ef8c91e8 (patch)
tree28d07f069cd457fa23cbf577b6041a33d931a4b8
parent0fdefd374e4a007a41c540bec0550791530a1f66 (diff)
changes
-rw-r--r--.config/XMonad/lib/Keybindings.hs3
-rw-r--r--.config/alacritty/shell.yml3
-rw-r--r--.config/polybar/config.ini8
-rwxr-xr-x.xprofile2
4 files changed, 8 insertions, 8 deletions
diff --git a/.config/XMonad/lib/Keybindings.hs b/.config/XMonad/lib/Keybindings.hs
index 3c7044d..dac9ce7 100644
--- a/.config/XMonad/lib/Keybindings.hs
+++ b/.config/XMonad/lib/Keybindings.hs
@@ -210,7 +210,8 @@ myKeybindingsP = [
-- other apps
-- TODO: add scrcpy
, ("M-y e", spawn myTextEditor)
- , ("M-d", spawn myTextEditor)
+ , ("M-d", spawn myTextEditor)
+ , ("M-S-d", spawn "firejail discord")
, ("M-y S-e", spawn "thunderbird")
, ("M-t", spawn "thunderbird")
, ("M-y t", spawn myTorrentClient)
diff --git a/.config/alacritty/shell.yml b/.config/alacritty/shell.yml
index e13de7d..e6425df 100644
--- a/.config/alacritty/shell.yml
+++ b/.config/alacritty/shell.yml
@@ -9,6 +9,3 @@ shell:
# Directory the shell is started in. If this is unset, or `None`, the working
# directory of the parent process will be used.
working_directory: None
-
-# Send ESC (\x1b) before characters when alt is pressed.
-alt_send_esc: false
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini
index c7bf565..2b89449 100644
--- a/.config/polybar/config.ini
+++ b/.config/polybar/config.ini
@@ -130,16 +130,16 @@ font-3 = fixed:pixelsize=10;1
modules-left = date uptime wlan eth filesystem-root filesystem-home filesystem-hdd cpu temperature memory xwindow
modules-right = battery pulseaudio ewmh
-tray-position = right
-tray-padding = 2
-tray-background = ${colors.systray-bg}
-
override-redirect = false
cursor-click = pointer
cursor-scroll = ns-resize
[bar/mybar]
+tray-position = right
+tray-padding = 2
+tray-background = ${colors.systray-bg}
+
;monitor = ${env:MONITOR:eDP-1}
enable-ipc = true
width = 1920
diff --git a/.xprofile b/.xprofile
index 9d5e1df..a226913 100755
--- a/.xprofile
+++ b/.xprofile
@@ -25,5 +25,7 @@ if [[ $DESKTOP_SESSION = "xmonad" ]]; then
picom &
dunst &
udiskie &
+ nm-applet &
+ blueman-applet &
polystart &
fi