changed config files

This commit is contained in:
2024-09-03 19:11:41 -04:00
parent 2fe382761a
commit c0e4a19227
3 changed files with 190 additions and 8 deletions
+21 -5
View File
@@ -14,7 +14,7 @@ set $down s
set $up w
set $right d
# Your preferred terminal emulator
# Recommends: foot (and I disagree)
# Recommends: foot
set $term alacritty
set $alac alacritty
# Your preferred application launcher
@@ -26,19 +26,28 @@ set $rofi_cmd rofi \
# Shows a combined list of the applications with desktop files and
# executables from PATH.
# TODO: add window with the next release of rofi-wayland
set $menu $rofi_cmd -show combi -combi-modes drun#run -modes combi
set $menu $rofi_cmd -show combi show=drun -combi-modes drun#run -modes combi show=drun
set $menu wofi --show=drun style="/home/ion606/.cache/wofi/style.css"
### Output configuration
#
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
# Requires: desktop-backgrounds-compat, swaybg
output * bg /home/ion606/Pictures/bk.gif fill
# output * bg /home/ion606/Pictures/bk.gif fill
output * bg "$(find /home/ion606/Pictures/astolfo/ -type f | shuf -n 1)" fill
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec nm-applet --indicator
exec blueman-applet
set $colors {
background #000000
foreground #FFFFFF
}
bar {
swaybar_command waybar
}
#
# Example configuration:
@@ -48,7 +57,6 @@ set $colors {
# You can get the names of your outputs by running: swaymsg -t get_outputs
### Idle configuration
#
# Example configuration:
#
exec swayidle -w \
@@ -91,6 +99,13 @@ input "2.4G Mouse" {
#
# Basics:
#
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -10%
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +10%
bindsym XF86AudioMute exec pactl set-sink-volume @DEFAULT_SINK@ 0
bindsym XF86MonBrightnessDown exec brightnessctl set 10%-
bindsym XF86MonBrightnessUp exec brightnessctl set +10%
# Start a terminal
#bindsym $mod+Return exec $term
bindsym $mod+Return exec $alac
@@ -119,6 +134,7 @@ input "2.4G Mouse" {
# lock screen stuff
bindsym $mod+l exec bash ~/lockscreen.sh
bindsym $mod+c exec swaylock --image "~/Pictures/ohnocringe.jpg"
bindsym $mod+a exec swaylock --image "$(find /home/ion606/Pictures/astolfo/ -type f | shuf -n 1)"
#
# Moving around:
@@ -200,7 +216,7 @@ input "2.4G Mouse" {
bindsym $mod+space focus mode_toggle
# Move focus to the parent container
bindsym $mod+a focus parent
# bindsym $mod+a focus parent
#
# Scratchpad:
#