sway: Remove empty lines and some comments
This commit is contained in:
parent
f7c97d8c9c
commit
772be9bc74
11 changed files with 1 additions and 29 deletions
|
@ -14,4 +14,3 @@ QT_QPA_PLATFORMTHEME=qt5ct
|
|||
|
||||
# Enable wayland for firefox and thunderbird
|
||||
MOZ_ENABLE_WAYLAND=1
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
# ================= #
|
||||
# Variable settings #
|
||||
# ================= #
|
||||
|
@ -22,7 +21,6 @@ set $disp2 DP-1
|
|||
set $disp3 DP-2
|
||||
|
||||
## Define inputs
|
||||
#set $keyboard1 1547:8979:Skydigital_nkey_Mechanic_LED_Keyboard
|
||||
set $mouse1 7119:5:USB_Optical_Mouse
|
||||
|
||||
## Define Workspaces
|
||||
|
@ -49,4 +47,3 @@ set $wsF9 19:
|
|||
set $wsF10 20:20
|
||||
set $wsF11 21:
|
||||
set $wsF12 22:22
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
# ===================================== #
|
||||
# Assign programs to default workspaces #
|
||||
# ===================================== #
|
||||
|
@ -43,4 +42,3 @@ workspace $wsF9 output $disp3
|
|||
workspace $wsF10 output $disp3
|
||||
workspace $wsF11 output $disp3
|
||||
workspace $wsF12 output $disp3
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
# =================== #
|
||||
# Appearance settings #
|
||||
# =================== #
|
||||
|
@ -24,4 +23,3 @@ exec_always {
|
|||
gsettings set $gnome-schema cursor-theme 'Breeze_Snow'
|
||||
gsettings set $gnome-schema font-name 'Iosevka Nerd Font Mono'
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
# ================ #
|
||||
# Autorun settings #
|
||||
# ================ #
|
||||
|
@ -7,16 +6,11 @@
|
|||
exec_always /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
|
||||
# Make sure the systemd user session gets all envs
|
||||
exec_always "systemctl --user import-environment DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP SWAYSOCK"
|
||||
exec_always "dbus-update-activation-environment --all --systemd"
|
||||
|
||||
# Not needed if started via Systemd
|
||||
#exec eval $(gnome-keyring-daemon --start)
|
||||
|
||||
# Autostart applets
|
||||
exec nm-applet --indicator
|
||||
|
||||
# Autostart my daily use software
|
||||
exec thunderbird
|
||||
exec evolution
|
||||
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
|
||||
# ============ #
|
||||
# Bar settings #
|
||||
# ============ #
|
||||
|
||||
bar {
|
||||
swaybar_command waybar
|
||||
swaybar_command waybar
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
# =================== #
|
||||
# Input configuration #
|
||||
# =================== #
|
||||
|
@ -15,4 +14,3 @@ input $mouse1 {
|
|||
dwt disabled
|
||||
scroll_factor 0.5
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
# ============ #
|
||||
# Key bindings #
|
||||
# ============ #
|
||||
|
@ -174,7 +173,6 @@ mode "resize" {
|
|||
}
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
|
||||
## Mediakeys keybinds
|
||||
bindsym --locked XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ +5%
|
||||
bindsym --locked XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ -5%
|
||||
|
@ -183,4 +181,3 @@ bindsym --locked XF86AudioMute exec wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
|||
bindsym --locked $mod+XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_AUDIO_SOURCE@ +5%
|
||||
bindsym --locked $mod+XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_AUDIO_SOURCE@ -5%
|
||||
bindsym --locked $mod+XF86AudioMute exec wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
|
||||
# ================= #
|
||||
# Launcher settings #
|
||||
# ================= #
|
||||
|
||||
#set $menu wofi --show drun | xargs swaymsg exec --
|
||||
set $menu fuzzel | xargs swaymsg exec --
|
||||
set $pass_menu tessen
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
# ==================== #
|
||||
# Output configuration #
|
||||
# ==================== #
|
||||
|
@ -19,4 +18,3 @@ output $disp3 {
|
|||
position 3000,550
|
||||
bg ~/.config/sway/backgrounds/Nyarch_Wallpaper.png fill
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
# ================== #
|
||||
# Setup window rules #
|
||||
# ================== #
|
||||
|
@ -32,4 +31,3 @@ for_window {
|
|||
|
||||
[app_id="showmethekey-gtk"] floating enable; sticky enable
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue