Skip to content

Commit eb3ceae

Browse files
Save changes at: 1773864059
1 parent 53b1c59 commit eb3ceae

1 file changed

Lines changed: 3 additions & 31 deletions

File tree

sway.sh

Lines changed: 3 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function install_packages() {
6464
xdg-desktop-portal-wlr `# compatibilidad con apps` \
6565
xdg-open `# ...` \
6666
lxqt-policykit `# authentication agent` \
67-
luakit `# web browser` \
67+
nyxt `# web browser` \
6868
touchegg `# gestos para el touch mouse` \
6969
brightnessctl `# gestor de brillo de pantalla` \
7070
&> /dev/null
@@ -288,34 +288,7 @@ exec_always waybar
288288
include /etc/sway/config.d/*
289289
EOF
290290

291-
# cat << EOF | sudo tee /etc/sway/config.d/60-user-brightness.conf &> /dev/null
292-
# bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%-
293-
# bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+
294-
# EOF
295-
296-
# cat << EOF | sudo tee /etc/sway/config.d/60-user-backlight.conf &> /dev/null
297-
# bindsym XF86KbdBrightnessUp exec brightnessctl -d smc::kbd_backlight set +20%
298-
# bindsym XF86KbdBrightnessDown exec brightnessctl -d smc::kbd_backlight set 20%-
299-
# EOF
300-
301-
# cat << EOF | sudo tee /etc/sway/config.d/60-user-volumen.conf &> /dev/null
302-
# bindsym XF86AudioRaiseVolume exec pamixer -i 5
303-
# bindsym XF86AudioLowerVolume exec pamixer -d 5
304-
# bindsym XF86AudioMute exec pamixer -t
305-
# EOF
306-
307-
# cat << EOF | sudo tee /etc/sway/config.d/60-user-multimedia.conf &> /dev/null
308-
# bindsym XF86AudioPlay exec playerctl play-pause
309-
# bindsym XF86AudioNext exec playerctl next
310-
# bindsym XF86AudioPrev exec playerctl previous
311-
# EOF
312-
313-
# cat << EOF | sudo tee /etc/sway/config.d/60-user-launcher.conf &> /dev/null
314-
# bindsym XF86LaunchA exec wmenu-run # F3
315-
# bindsym XF86LaunchB exec wmenu-run # F4
316-
# EOF
317-
318-
cat << EOF | sudo tee /etc/sway/config.d/60-user-touchpad.conf &> /dev/null
291+
cat << EOF | sudo tee /etc/sway/config.d/60-touchpad.conf &> /dev/null
319292
input "type:touchpad" {
320293
accel_profile adaptive
321294
click_method clickfinger
@@ -346,7 +319,7 @@ function configure_waybar() {
346319
347320
"modules-left": ["custom/launcher", "sway/workspaces"],
348321
"modules-center": ["clock"],
349-
"modules-right": ["cpu", "memory", "disk", "pulseaudio", "network", "battery", "custom/power"],
322+
"modules-right": ["pulseaudio", "network", "battery", "custom/power"],
350323
351324
"custom/launcher": {
352325
"format": "󰣇",
@@ -467,7 +440,6 @@ EOF
467440
468441
window#waybar {
469442
background: rgba(27, 38, 44, 1);
470-
border-bottom: 2px solid transparent;
471443
color: rgb(187, 225, 250);
472444
}
473445

0 commit comments

Comments
 (0)