diff options
-rw-r--r-- | .config/XMonad/lib/Keybindings.hs | 3 | ||||
-rw-r--r-- | .config/alacritty/shell.yml | 3 | ||||
-rw-r--r-- | .config/polybar/config.ini | 8 | ||||
-rwxr-xr-x | .xprofile | 2 |
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 @@ -25,5 +25,7 @@ if [[ $DESKTOP_SESSION = "xmonad" ]]; then picom & dunst & udiskie & + nm-applet & + blueman-applet & polystart & fi |