feat: updated sway config to match dwm
This commit is contained in:
parent
89d08552b2
commit
5c06c06ef4
@ -1 +1 @@
|
|||||||
Subproject commit 0f598b9ab9f2a6d7e137074be99c8d89af44b990
|
Subproject commit 444eab07bb7881cad984c68c89fde276f7a26d81
|
@ -1 +1 @@
|
|||||||
Subproject commit 8ef51924724d506e515f2d3ac9f959a9eaf38f3d
|
Subproject commit 462b45758ea94ff30ad48979268094590a6b7b7e
|
@ -1 +1 @@
|
|||||||
Subproject commit 499e0743cf5e8075cd32af68baa3946a1c76adf1
|
Subproject commit 36aaceb6e93addd20b1b18f94d86aecc552f30c4
|
@ -1 +1 @@
|
|||||||
Subproject commit 42267407ae588fd6c07238777d48869571193a49
|
Subproject commit 00cf15074a2997487813672a75f946d2ead95eb0
|
@ -1 +1 @@
|
|||||||
Subproject commit 2c59e0ff3da6514b03d853ebecb6c36c515a5d7d
|
Subproject commit 70f161b1dda985d08e106d5e3744b2612755f748
|
@ -5,15 +5,15 @@ set $down k
|
|||||||
set $up j
|
set $up j
|
||||||
set $right l
|
set $right l
|
||||||
|
|
||||||
set $menu dmenu_path | dmenu | xargs swaymsg exec --
|
set $menu dmenu_run | xargs swaymsg exec --
|
||||||
set $term alacritty
|
set $term alacritty
|
||||||
set $browser firefox
|
set $browser firefox
|
||||||
set $private_browser firefox --private-window
|
set $private_browser firefox --private-window
|
||||||
set $files pcmanfm
|
set $files pcmanfm
|
||||||
set $wallpapers $HOME/.config/wallpapers
|
set $wallpapers $HOME/.config/wallpapers
|
||||||
set $lock swaylock -F -f -i $wallpapers/lock.png
|
set $lock swaylock -F -f -i $wallpapers/lock.png
|
||||||
set $screenshot grim - | wl-copy
|
set $screenshot flameshot full -c
|
||||||
set $screenshot_rect grim -g "$(slurp)" - | wl-copy
|
set $screenshot_rect flameshot gui
|
||||||
|
|
||||||
set $ws1 1:TTY
|
set $ws1 1:TTY
|
||||||
set $ws2 2:WEB
|
set $ws2 2:WEB
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
input type:keyboard {
|
input type:keyboard {
|
||||||
xkb_layout "us"
|
xkb_layout "us"
|
||||||
xkb_variant "altgr-intl"
|
xkb_variant "altgr-intl"
|
||||||
xkb_numlock "enable"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input type:pointer {
|
input type:pointer {
|
||||||
@ -18,5 +17,5 @@ output {
|
|||||||
eDP-1 position 0 0
|
eDP-1 position 0 0
|
||||||
DP-3 position 1920 0
|
DP-3 position 1920 0
|
||||||
DP-2 position 3840 0
|
DP-2 position 3840 0
|
||||||
* bg $wallpapers/landscape.png fill
|
* bg $wallpapers/mount_cook.jpg fill
|
||||||
}
|
}
|
||||||
|
@ -13,5 +13,8 @@ exec swayidle -w \
|
|||||||
|
|
||||||
bar swaybar_command waybar
|
bar swaybar_command waybar
|
||||||
|
|
||||||
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 # arch
|
||||||
|
#exec /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 # debian
|
||||||
|
#exec /usr/libexec/polkit-gnome-authentication-agent-1 & # fedora
|
||||||
|
|
||||||
exec gammastep
|
exec gammastep
|
||||||
|
@ -11,17 +11,15 @@
|
|||||||
# Hotkeys
|
# Hotkeys
|
||||||
bindsym --locked XF86AudioRaiseVolume exec set-vol +5
|
bindsym --locked XF86AudioRaiseVolume exec set-vol +5
|
||||||
bindsym --locked XF86AudioLowerVolume exec set-vol -5
|
bindsym --locked XF86AudioLowerVolume exec set-vol -5
|
||||||
bindsym --locked XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
bindsym --locked XF86AudioMute exec set-vol m
|
||||||
bindsym --locked Ctrl+XF86AudioMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
bindsym --locked Ctrl+XF86AudioMute exec wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||||
bindsym --locked XF86AudioPlay exec playerctl play-pause
|
bindsym --locked XF86AudioPlay exec playerctl play-pause
|
||||||
bindsym --locked XF86AudioPrev exec playerctl previous
|
bindsym --locked XF86AudioPrev exec playerctl previous
|
||||||
bindsym --locked XF86AudioNext exec playerctl next
|
bindsym --locked XF86AudioNext exec playerctl next
|
||||||
bindsym --locked Ctrl+Insert exec playerctl play-pause
|
|
||||||
bindsym --locked Ctrl+Prior exec playerctl previous
|
|
||||||
bindsym --locked Ctrl+Next exec playerctl next
|
|
||||||
bindsym --locked Ctrl+F4 input type:touchpad events toggle
|
bindsym --locked Ctrl+F4 input type:touchpad events toggle
|
||||||
bindsym --locked XF86MonBrightnessUp exec set-light +10
|
bindsym --locked XF86MonBrightnessUp exec set-light +10
|
||||||
bindsym --locked XF86MonBrightnessDown exec set-light -10
|
bindsym --locked XF86MonBrightnessDown exec set-light -10
|
||||||
|
bindsym XF86_Calculator exec $term -epython
|
||||||
|
|
||||||
# Kill focused window
|
# Kill focused window
|
||||||
bindsym $mod+Shift+c kill
|
bindsym $mod+Shift+c kill
|
||||||
@ -49,8 +47,8 @@
|
|||||||
bindsym $mod+Shift+$right move right
|
bindsym $mod+Shift+$right move right
|
||||||
|
|
||||||
# Move the focused workspace with the same, but add Control
|
# Move the focused workspace with the same, but add Control
|
||||||
bindsym $mod+Control+$down move workspace to left
|
bindsym $mod+comma move workspace to left
|
||||||
bindsym $mod+Control+$up move workspace to right
|
bindsym $mod+period move workspace to right
|
||||||
|
|
||||||
## Workspaces:
|
## Workspaces:
|
||||||
# Switch to workspace
|
# Switch to workspace
|
||||||
|
@ -72,9 +72,9 @@
|
|||||||
"format": "{name}",
|
"format": "{name}",
|
||||||
},
|
},
|
||||||
"custom/crypto": {
|
"custom/crypto": {
|
||||||
"exec": "crypto.sh",
|
"exec": "crypto",
|
||||||
"interval": 600,
|
"interval": 3600,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// vim: ft=css
|
// vim: ft=json
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit e4b8925478d79795713c80dca4680782a33cdc1b
|
Subproject commit ab8bac01e2a90e1cd749d4936e4decbdba3c2727
|
@ -1 +1 @@
|
|||||||
Subproject commit 50c678687e73d1433f278b7bb7f168e8fa817670
|
Subproject commit c0e811c90df387eca4223c7d4dbb3f2d32a684c7
|
Loading…
Reference in New Issue
Block a user