pkg4
This commit is contained in:
parent
e3d444d936
commit
a0b451dc89
12 changed files with 118 additions and 118 deletions
|
@ -13,153 +13,153 @@ set {
|
||||||
|
|
||||||
# Focus
|
# Focus
|
||||||
bindsym {
|
bindsym {
|
||||||
$flag+h focus left
|
$flag+h focus left
|
||||||
$flag+j focus down
|
$flag+j focus down
|
||||||
$flag+k focus up
|
$flag+k focus up
|
||||||
$flag+l focus right
|
$flag+l focus right
|
||||||
|
|
||||||
$flag+Left focus left
|
$flag+Left focus left
|
||||||
$flag+Down focus down
|
$flag+Down focus down
|
||||||
$flag+Up focus up
|
$flag+Up focus up
|
||||||
$flag+Right focus right
|
$flag+Right focus right
|
||||||
|
|
||||||
$flag+m focus mode_toggle
|
$flag+m focus mode_toggle
|
||||||
$flag+p focus parent
|
$flag+p focus parent
|
||||||
}
|
}
|
||||||
|
|
||||||
# Move windows
|
# Move windows
|
||||||
bindsym {
|
bindsym {
|
||||||
$flag+Shift+h move left
|
$flag+Shift+h move left
|
||||||
$flag+Shift+j move down
|
$flag+Shift+j move down
|
||||||
$flag+Shift+k move up
|
$flag+Shift+k move up
|
||||||
$flag+Shift+l move right
|
$flag+Shift+l move right
|
||||||
|
|
||||||
$flag+Shift+Left move left
|
$flag+Shift+Left move left
|
||||||
$flag+Shift+Down move down
|
$flag+Shift+Down move down
|
||||||
$flag+Shift+Up move up
|
$flag+Shift+Up move up
|
||||||
$flag+Shift+Right move right
|
$flag+Shift+Right move right
|
||||||
|
|
||||||
$flag+Next move scratchpad
|
$flag+Next move scratchpad
|
||||||
$flag+Prior scratchpad show
|
$flag+Prior scratchpad show
|
||||||
}
|
}
|
||||||
|
|
||||||
# Layouts
|
# Layouts
|
||||||
bindsym {
|
bindsym {
|
||||||
$flag+w layout toggle split
|
$flag+w layout toggle split
|
||||||
$flag+x layout tabbed
|
$flag+x layout tabbed
|
||||||
$flag+c split h
|
$flag+c split h
|
||||||
$flag+v split v
|
$flag+v split v
|
||||||
|
|
||||||
$flag+f floating enable, border normal 1
|
$flag+f floating enable, border normal 1
|
||||||
$flag+Shift+f floating disable, border pixel 1
|
$flag+Shift+f floating disable, border pixel 1
|
||||||
|
|
||||||
$alt+Next border pixel 1 # Show window title
|
$alt+Next border pixel 1 # Show window title
|
||||||
$alt+Prior border normal 1 # Hide window title
|
$alt+Prior border normal 1 # Hide window title
|
||||||
|
|
||||||
$flag+s sticky toggle
|
$flag+s sticky toggle
|
||||||
}
|
}
|
||||||
|
|
||||||
# Workspaces
|
# Workspaces
|
||||||
set {
|
set {
|
||||||
$ws1 "1:1"
|
$ws1 "1:1"
|
||||||
$ws2 "2:2"
|
$ws2 "2:2"
|
||||||
$ws3 "3:3"
|
$ws3 "3:3"
|
||||||
$ws4 "4:4"
|
$ws4 "4:4"
|
||||||
$ws5 "5:5"
|
$ws5 "5:5"
|
||||||
$ws6 "6:6"
|
$ws6 "6:6"
|
||||||
$ws7 "7:7"
|
$ws7 "7:7"
|
||||||
$ws8 "8:8"
|
$ws8 "8:8"
|
||||||
$ws9 "9:9"
|
$ws9 "9:9"
|
||||||
$ws10 "10:10"
|
$ws10 "10:10"
|
||||||
$ws11 "11:Soc"
|
$ws11 "11:Soc"
|
||||||
$ws12 "12:Ent"
|
$ws12 "12:Ent"
|
||||||
}
|
}
|
||||||
|
|
||||||
bindsym {
|
bindsym {
|
||||||
$flag+ampersand workspace $ws1
|
$flag+ampersand workspace $ws1
|
||||||
$flag+eacute workspace $ws2
|
$flag+eacute workspace $ws2
|
||||||
$flag+quotedbl workspace $ws3
|
$flag+quotedbl workspace $ws3
|
||||||
$flag+apostrophe workspace $ws4
|
$flag+apostrophe workspace $ws4
|
||||||
$flag+parenleft workspace $ws5
|
$flag+parenleft workspace $ws5
|
||||||
$flag+section workspace $ws6
|
$flag+section workspace $ws6
|
||||||
$flag+egrave workspace $ws7
|
$flag+egrave workspace $ws7
|
||||||
$flag+exclam workspace $ws8
|
$flag+exclam workspace $ws8
|
||||||
$flag+ccedilla workspace $ws9
|
$flag+ccedilla workspace $ws9
|
||||||
$flag+agrave workspace $ws10
|
$flag+agrave workspace $ws10
|
||||||
$flag+parenright workspace $ws11
|
$flag+parenright workspace $ws11
|
||||||
$flag+minus workspace $ws12
|
$flag+minus workspace $ws12
|
||||||
|
|
||||||
$flag+Shift+ampersand move container to workspace $ws1, workspace $ws1
|
$flag+Shift+ampersand move container to workspace $ws1, workspace $ws1
|
||||||
$flag+Shift+eacute move container to workspace $ws2, workspace $ws2
|
$flag+Shift+eacute move container to workspace $ws2, workspace $ws2
|
||||||
$flag+Shift+quotedbl move container to workspace $ws3, workspace $ws3
|
$flag+Shift+quotedbl move container to workspace $ws3, workspace $ws3
|
||||||
$flag+Shift+apostrophe move container to workspace $ws4, workspace $ws4
|
$flag+Shift+apostrophe move container to workspace $ws4, workspace $ws4
|
||||||
$flag+Shift+parenleft move container to workspace $ws5, workspace $ws5
|
$flag+Shift+parenleft move container to workspace $ws5, workspace $ws5
|
||||||
$flag+Shift+section move container to workspace $ws6, workspace $ws6
|
$flag+Shift+section move container to workspace $ws6, workspace $ws6
|
||||||
$flag+Shift+egrave move container to workspace $ws7, workspace $ws7
|
$flag+Shift+egrave move container to workspace $ws7, workspace $ws7
|
||||||
$flag+Shift+exclam move container to workspace $ws8, workspace $ws8
|
$flag+Shift+exclam move container to workspace $ws8, workspace $ws8
|
||||||
$flag+Shift+ccedilla move container to workspace $ws9, workspace $ws9
|
$flag+Shift+ccedilla move container to workspace $ws9, workspace $ws9
|
||||||
$flag+Shift+agrave move container to workspace $ws10, workspace $ws10
|
$flag+Shift+agrave move container to workspace $ws10, workspace $ws10
|
||||||
$flag+Shift+parenright move container to workspace $ws11, workspace $ws11
|
$flag+Shift+parenright move container to workspace $ws11, workspace $ws11
|
||||||
$flag+Shift+minus move container to workspace $ws0, workspace $ws12
|
$flag+Shift+minus move container to workspace $ws0, workspace $ws12
|
||||||
|
|
||||||
$flag+Control+j focus output 'eDP-1'
|
$flag+Control+j focus output 'eDP-1'
|
||||||
$flag+Control+h workspace prev_on_output
|
$flag+Control+h workspace prev_on_output
|
||||||
$flag+Control+l workspace next_on_output
|
$flag+Control+l workspace next_on_output
|
||||||
$flag+Control+k focus output 'HDMI-A-1'
|
$flag+Control+k focus output 'HDMI-A-1'
|
||||||
|
|
||||||
$flag+Control+Down focus output 'eDP-1'
|
$flag+Control+Down focus output 'eDP-1'
|
||||||
$flag+Control+Left workspace prev_on_output
|
$flag+Control+Left workspace prev_on_output
|
||||||
$flag+Control+Right workspace next_on_output
|
$flag+Control+Right workspace next_on_output
|
||||||
$flag+Control+Up focus output 'HDMI-A-1'
|
$flag+Control+Up focus output 'HDMI-A-1'
|
||||||
|
|
||||||
$flag+Control+Shift+j \
|
$flag+Control+Shift+j \
|
||||||
move container to output 'eDP-1', focus output 'eDP-1'
|
move container to output 'eDP-1', focus output 'eDP-1'
|
||||||
$flag+Control+Shift+h \
|
$flag+Control+Shift+h \
|
||||||
move container to workspace prev_on_output, workspace prev_on_output
|
move container to workspace prev_on_output, workspace prev_on_output
|
||||||
$flag+Control+Shift+l \
|
$flag+Control+Shift+l \
|
||||||
move container to workspace next_on_output, workspace next_on_output
|
move container to workspace next_on_output, workspace next_on_output
|
||||||
$flag+Control+Shift+k \
|
$flag+Control+Shift+k \
|
||||||
move container to output 'HDMI-A-1', focus output 'HDMI-A-1'
|
move container to output 'HDMI-A-1', focus output 'HDMI-A-1'
|
||||||
|
|
||||||
$flag+Control+Shift+Down \
|
$flag+Control+Shift+Down \
|
||||||
move container to output 'eDP-1', focus output 'eDP-1'
|
move container to output 'eDP-1', focus output 'eDP-1'
|
||||||
$flag+Control+Shift+Left \
|
$flag+Control+Shift+Left \
|
||||||
move container to workspace prev_on_output, workspace prev_on_output
|
move container to workspace prev_on_output, workspace prev_on_output
|
||||||
$flag+Control+Shift+Right \
|
$flag+Control+Shift+Right \
|
||||||
move container to workspace next_on_output, workspace next_on_output
|
move container to workspace next_on_output, workspace next_on_output
|
||||||
$flag+Control+Shift+Up \
|
$flag+Control+Shift+Up \
|
||||||
move container to output 'HDMI-A-1', focus output 'HDMI-A-1'
|
move container to output 'HDMI-A-1', focus output 'HDMI-A-1'
|
||||||
}
|
}
|
||||||
|
|
||||||
# System
|
# System
|
||||||
bindsym --locked {
|
bindsym --locked {
|
||||||
# Brightness
|
# Brightness
|
||||||
XF86MonBrightnessDown exec brightnessctl -e s 5%- && $notify -b
|
XF86MonBrightnessDown exec brightnessctl -e s 5%- && $notify -b
|
||||||
XF86MonBrightnessUp exec brightnessctl -e s +5% && $notify -b
|
XF86MonBrightnessUp exec brightnessctl -e s +5% && $notify -b
|
||||||
|
|
||||||
# Volume control (Pulsemixer is slow!)
|
# Volume control (Pulsemixer is slow!)
|
||||||
XF86AudioRaiseVolume exec pamixer -i 2 --set-limit 100 && $notify -v
|
XF86AudioRaiseVolume exec pamixer -i 2 --set-limit 100 && $notify -v
|
||||||
XF86AudioLowerVolume exec pamixer -d 2 && $notify -v
|
XF86AudioLowerVolume exec pamixer -d 2 && $notify -v
|
||||||
XF86AudioMute exec pamixer -t && $notify -v
|
XF86AudioMute exec pamixer -t && $notify -v
|
||||||
XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||||
|
|
||||||
# Media control
|
# Media control
|
||||||
F7 exec playerctl play-pause
|
F7 exec playerctl play-pause
|
||||||
Shift+XF86AudioLowerVolume exec playerctl previous
|
Shift+XF86AudioLowerVolume exec playerctl previous
|
||||||
Shift+XF86AudioRaiseVolume exec playerctl next
|
Shift+XF86AudioRaiseVolume exec playerctl next
|
||||||
}
|
}
|
||||||
|
|
||||||
# Special commands
|
# Special commands
|
||||||
set $fzf ~/.scripts/fzf-jump
|
set $fzf ~/.scripts/fzf-jump
|
||||||
bindsym {
|
bindsym {
|
||||||
# Reload sway
|
# Reload sway
|
||||||
$alt+Shift+r reload
|
$alt+Shift+r reload
|
||||||
# Dialog to exit sway
|
# Dialog to exit sway
|
||||||
$alt+Shift+e exec swaynag -t warning -m 'Do you really want to exit sway?' \
|
$alt+Shift+e exec swaynag -t warning -m 'Do you really want to exit sway?' \
|
||||||
-B 'Yes, exit sway' 'swaymsg exit'
|
-B 'Yes, exit sway' 'swaymsg exit'
|
||||||
|
|
||||||
$flag+q kill # Kill focused window
|
$flag+q kill # Kill focused window
|
||||||
$flag+Return exec $term -e bash -c "zellij --layout=compact attach || zellij --layout=compact" # Start a terminal
|
$flag+Return exec $term -e bash -c "zellij attach || zellij" # Start a terminal
|
||||||
$flag+Delete exec swaylock # Lockscreen
|
$flag+Delete exec swaylock # Lockscreen
|
||||||
|
|
||||||
# Start application launcher
|
# Start application launcher
|
||||||
|
|
|
@ -27,7 +27,7 @@ set tabstop=4
|
||||||
set number
|
set number
|
||||||
set relativenumber
|
set relativenumber
|
||||||
|
|
||||||
colorscheme nord-light
|
" colorscheme nord-light
|
||||||
set conceallevel=2
|
set conceallevel=2
|
||||||
|
|
||||||
" Add mouse support
|
" Add mouse support
|
||||||
|
|
|
@ -5,7 +5,7 @@ pkgver = 0.0.1-1
|
||||||
pkgarch = any
|
pkgarch = any
|
||||||
pkgbuild_sha256sum = 2c2128b35deb2cbf348ad9b8b02494c8a45788c75bf13661095c9037b1e4d02d
|
pkgbuild_sha256sum = 2c2128b35deb2cbf348ad9b8b02494c8a45788c75bf13661095c9037b1e4d02d
|
||||||
packager = Unknown Packager
|
packager = Unknown Packager
|
||||||
builddate = 1666735689
|
builddate = 1666735869
|
||||||
builddir = /mnt/MyFiles/.hidden/sisyphus/pkg/tdpeuter
|
builddir = /mnt/MyFiles/.hidden/sisyphus/pkg/tdpeuter
|
||||||
startdir = /mnt/MyFiles/.hidden/sisyphus/pkg/tdpeuter
|
startdir = /mnt/MyFiles/.hidden/sisyphus/pkg/tdpeuter
|
||||||
buildtool = makepkg
|
buildtool = makepkg
|
||||||
|
|
Binary file not shown.
|
@ -5,7 +5,7 @@ pkgbase = tdpeuter
|
||||||
pkgver = 0.0.1-1
|
pkgver = 0.0.1-1
|
||||||
pkgdesc = Sysconfig for my systems
|
pkgdesc = Sysconfig for my systems
|
||||||
url = https://github.com/tdpeuter/sisyphus
|
url = https://github.com/tdpeuter/sisyphus
|
||||||
builddate = 1666735689
|
builddate = 1666735869
|
||||||
packager = Unknown Packager
|
packager = Unknown Packager
|
||||||
size = 0
|
size = 0
|
||||||
arch = any
|
arch = any
|
||||||
|
|
Binary file not shown.
|
@ -1 +1 @@
|
||||||
tdpeuter.db.tar.xz
|
tdpeuter.db.tar.gz
|
BIN
pkg/tdpeuter/tdpeuter.db.tar.gz
Normal file
BIN
pkg/tdpeuter/tdpeuter.db.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
|
@ -1 +1 @@
|
||||||
tdpeuter.files.tar.xz
|
tdpeuter.files.tar.gz
|
BIN
pkg/tdpeuter/tdpeuter.files.tar.gz
Normal file
BIN
pkg/tdpeuter/tdpeuter.files.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue