feat: some mappings and some shell aliases

This commit is contained in:
2026-03-11 22:57:16 +01:00
parent b98b375324
commit 3df3c1b503
9 changed files with 571 additions and 14 deletions

View File

@@ -34,8 +34,12 @@ exec_always --no-startup-id feh --bg-fill ~/.config/wp
# Status bar
exec_always --no-startup-id bash ~/.config/polybar/launch.sh &
# Set screen rate
exec_always xrandr --output DisplayPort-2 --mode 1920x1080 --rate 144
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier Ctrl
# Ctrl
floating_modifier $mod
# Bordes
bindsym $mod+t border normal 3
@@ -95,6 +99,9 @@ bindsym $mod+p focus parent
# focus the child container
bindsym $mod+i focus child
# Change focus between tiling and floating windows
bindsym $mod+Shift+g focus mode_toggle
# Define names for default workspaces for which we configure key bindings later on.
# We use variables to avoid repeating the names in multiple places.
set $ws1 "1"
@@ -146,14 +153,14 @@ bindsym $mod+Shift+r restart
#bindsym $mod+Shift+F12 exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"
#Colores
set $black #000000
set $grey #252525
set $black #1c1f20
set $grey #dad0b6
set $fg-alt #888888
set $red #c1121f
set $dark-blue #dcb476
#borde #fondo #texto #indicador #hijo
client.focused $grey $grey #ffffff $black $grey
client.focused $grey $grey #1c1f20 $black $grey
client.focused_inactive $grey $grey $fg-alt $black $black
client.unfocused $black $black $fg-alt $grey $black
client.urgent #333333 #900000 $red #900000 #900000