added more configs to dotfiles

This commit is contained in:
Forestcat 2024-01-22 03:30:43 +01:00
parent 8f3669b608
commit cd2cfa7f86
8 changed files with 469 additions and 30 deletions

View file

@ -9,7 +9,11 @@ swww init &
nm-applet --indicator &
# infobar
waybar &
waybar -c ~/.config/waybar/config &
# dunst notification deamon
dunst
# start nextcloud in the background for file syncing
nextcloud --background

View file

@ -22,7 +22,7 @@ monitor=eDP-1,1920x1080@60,0x0,1.2
# Set programs that you use
$terminal = alacritty
$fileManager = dolphin
$fileManager = thunar
$menu = rofi -show drun -show-icons
# Some default env vars.
@ -175,6 +175,30 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8
bind = $mainMod SHIFT, 9, movetoworkspace, 9
bind = $mainMod SHIFT, 0, movetoworkspace, 10
# will switch to a submap called resize
bind=$mainMod, R, submap, resize
# will start a submap called "resize"
submap=resize
# sets repeatable binds for resizing the active window
binde=,right,resizeactive,20 0
binde=,left,resizeactive,-20 0
binde=,up,resizeactive,0 -20
binde=,down,resizeactive,0 20
binde=,l,resizeactive,20 0
binde=,h,resizeactive,-20 0
binde=,k,resizeactive,0 -20
binde=,j,resizeactive,0 20
# use reset to go back to the global submap
bind=,escape,submap,reset
# will reset the submap, meaning end the current one and return to the global one
submap=reset
# Example special workspace (scratchpad)
bind = $mainMod, S, togglespecialworkspace, magic
bind = $mainMod SHIFT, S, movetoworkspace, special:magic