aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/sway
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2019-10-08 15:29:59 +0300
committerYaroslav <contact@yaroslavps.com>2019-10-08 15:29:59 +0300
commit5028fa7ea213f435627d867e7ef1f9f19603ac16 (patch)
tree0e5e657b8f7c49793c4b377fd6a03d346c3772ec /dotfiles/.config/sway
parent4fd756b2f2d1c817b5e22a22d8252e5be7b552cb (diff)
downloadswayrice-5028fa7ea213f435627d867e7ef1f9f19603ac16.tar.gz
swayrice-5028fa7ea213f435627d867e7ef1f9f19603ac16.zip
nmtui shortcut, wf-recorder shortcut
Diffstat (limited to 'dotfiles/.config/sway')
-rw-r--r--dotfiles/.config/sway/config18
1 files changed, 7 insertions, 11 deletions
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config
index c3c4253..c1a6c1d 100644
--- a/dotfiles/.config/sway/config
+++ b/dotfiles/.config/sway/config
@@ -65,6 +65,7 @@ set $ws10 10
# Open specific applications in specific modes
for_window [title="alsamixer"] floating enable
for_window [title="ncpamixer"] floating enable
+for_window [title="nmtui"] floating enable
for_window [title="i3_help"] floating enable, sticky enable
for_window [class="Lightdm-settings"] floating enable
for_window [class="Lxappearance"] floating enable, sticky enable
@@ -110,12 +111,7 @@ for_window [title="quakemite"] floating enable, sticky enable
# Outputs
output "*" background ~/.config/wall1.png fill
-output "eDP-1" scale 1.31 pos 960 1080
-output "HDMI-A-2" scale 1 pos 0 0
-output "DP-5" scale 1 pos 0 0
-output "DP-4" scale 1 pos 1920 0
-output "DP-7" scale 1 pos 0 0
-output "DP-6" scale 1 pos 1920 0
+output "eDP-1" scale 1.53 pos 0 0
# Keymaps
input * xkb_layout "us,es,ru"
@@ -192,16 +188,16 @@ bindsym --to-code {
$mod+grave exec --no-startup-id menuducksearch
$mod+Shift+grave exec --no-startup-id menuemoji
$mod+F1 exec --no-startup-id zathura ~/.config/i3/i3guide.pdf
+ $mod+Shift+n exec $term -e 'nmtui'
# Screenshot and recording
Print exec --no-startup-id menugrim -q
- Shift+Print exec --no-startup-id menugrim
- $mod+Print exec --no-startup-id dmenurecord
- $mod+Delete exec $stoprec
+ $mod+Print exec --no-startup-id menugrim
+ Shift+Print exec --no-startup-id swayrecord
# Sound
- $mod+Ctrl+m exec $term -e 'ncpamixer'
- $mod+Shift+m exec --no-startup-id menuoutput
+ $mod+Shift+m exec $term -e 'ncpamixer'
+ $mod+Ctrl+m exec --no-startup-id menuoutput
# Applications that start with no gaps
$mod+g exec --no-startup-id gimp; gaps inner current set 0; gaps outer current set 0