aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/sway
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2019-09-23 06:32:38 +0300
committerYaroslav <contact@yaroslavps.com>2019-09-23 06:32:38 +0300
commit93d2743e3864e9eab0699b1bb1ea5f01c10bdbc1 (patch)
treef5cab1472bf7d95aa72c43a713e104d2827b37a5 /dotfiles/.config/sway
downloadswayrice-93d2743e3864e9eab0699b1bb1ea5f01c10bdbc1.tar.gz
swayrice-93d2743e3864e9eab0699b1bb1ea5f01c10bdbc1.zip
initial commit
Diffstat (limited to 'dotfiles/.config/sway')
-rw-r--r--dotfiles/.config/sway/config352
1 files changed, 352 insertions, 0 deletions
diff --git a/dotfiles/.config/sway/config b/dotfiles/.config/sway/config
new file mode 100644
index 0000000..c3c4253
--- /dev/null
+++ b/dotfiles/.config/sway/config
@@ -0,0 +1,352 @@
+# vim: filetype=i3
+# i3 config file (v4)
+# Please see http://i3wm.org/docs/userguide.html for a complete reference!
+
+# Set mod key (Mod1=<Alt>, Mod4=<Super>)
+set $mod Mod4
+set $term termite
+set $browser "qutebrowser"
+set $stoprec --no-startup-id dmenurecord kill
+
+# set default desktop layout (default is tiling)
+# workspace_layout tabbed <stacking|tabbed>
+
+# Configure border style <normal|1pixel|pixel xx|none|pixel>
+default_border pixel 2
+default_floating_border pixel 2
+
+# Hide borders
+hide_edge_borders both
+
+# Font for window titles. Will also be used by the bar unless a different font
+# is used in the bar {} block below.
+font pango:FuraCode Nerd Font Mono 10
+
+# Use Mouse+$mod to drag floating windows
+floating_modifier $mod
+
+
+##### Startup scripts and programs #####
+# Waybar
+exec_always waybar_launch
+# KDE Connect
+exec --no-startup-id kdeconnect-indicator
+# Mopidy music daemon
+# exec_always --no-startup-id ~/.scripts/mopidy_launch
+exec --no-startup-id mpd
+# Bluetooth adapter applet
+exec_always --no-startup-id blueman-applet
+# Motification handler
+exec --no-startup-id mako_launch
+# NetworkManager Applet
+exec --no-startup-id nm-applet
+
+# Workspace names
+# to display names or symbols instead of plain workspace numbers you can use
+# something like: set $ws1 1:mail
+# set $ws2 2:
+set $ws1 1
+set $ws2 2
+set $ws3 3
+set $ws4 4
+set $ws5 5
+set $ws6 6
+set $ws7 7
+set $ws8 8
+set $ws9 9
+set $ws10 10
+
+# Open applications on specific workspaces
+# assign [class="Thunderbird"] $ws1
+# assign [class="Pale moon"] $ws2
+# assign [class="Pcmanfm"] $ws3
+# assign [class="Skype"] $ws5
+
+# Open specific applications in specific modes
+for_window [title="alsamixer"] floating enable
+for_window [title="ncpamixer"] 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
+for_window [class="Nitrogen"] floating enable, sticky enable
+for_window [class="Pavucontrol"] floating enable
+for_window [class="qt5ct"] floating enable, sticky enable
+for_window [class="Qtconfig-qt4"] floating enable, sticky enable
+for_window [class="(?i)System-config-printer.py"] floating enable
+for_window [title="wl-clipboard"] floating enable
+
+# Webcam window
+for_window [title="mpvfloat"] floating enable, sticky enable
+no_focus [title="mpvfloat"]
+
+# Dropdown-like windows
+
+# VK Messenger
+for_window [instance="vk" window_role="browser-window"] floating enable, sticky enable
+# for_window [class="VK"] move scratchpad
+
+# Telegram Desktop
+for_window [app_id="telegramdesktop"] floating enable, sticky enable
+# for_window [class="TelegramDesktop"] move scratchpad
+
+# Quake-like Terminal dropdown
+for_window [title="quakemite"] floating enable, sticky enable
+
+# switch to workspace with urgent window automatically
+# for_window [urgent=latest] focus
+
+# Theme colors
+# class border backgr. text indic. child_border
+ client.focused #212121 #212121 #8EC07C #FDF6E3 #689D6A
+ client.focused_inactive #000000 #151515 #689D6A #454948 #000000
+ client.unfocused #000000 #151515 #EBDBB2 #454948 #000000
+ client.urgent #CB4B16 #FDF6E3 #1ABC9C #268BD2 #CB4B16
+ client.placeholder #FFFFFF #0c0c0c #ffffff #FFFFFF #FFFFFF
+
+ client.background #2B2C2B
+
+# hide/unhide i3status bar
+# bindsym $mod+m bar mode toggle
+
+# 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
+
+# Keymaps
+input * xkb_layout "us,es,ru"
+input * xkb_options "lv3:ralt_switch,grp:alt_shift_toggle,misc:typo,caps:escape,grp_led:scroll"
+
+#############################
+### settings for i3-gaps: ###
+#############################
+
+# Set inner/outer gaps
+gaps inner 18
+gaps outer 0
+
+# Additionally, you can issue commands with the following syntax. This is useful to bind keys to changing the gap size.
+# gaps inner|outer current|all set|plus|minus <px>
+# gaps inner all set 10
+# gaps outer all plus 5
+
+# Smart gaps (gaps used if only more than one container on the workspace)
+# smart_gaps on
+
+# Smart borders (draw borders around container only if it is not the only container on this workspace)
+# on|no_gaps (on=always activate and no_gaps=only activate if the gap size to the edge of the screen is 0)
+smart_borders on
+
+##### Bindsyms (layout-independent) #####
+bindsym --to-code {
+
+ # change borders
+ $mod+u border none
+ $mod+y border pixel 2
+ $mod+n border normal
+
+ # start a terminal
+ $mod+Return exec $term
+
+ # kill focused window
+ $mod+Shift+q kill
+ $mod+q kill
+
+ # start program launcher
+ $mod+d exec --no-startup-id menurun
+
+ # Mako (notifications)
+ $mod+Ctrl+space exec "makoctl dismiss"
+ $mod+Ctrl+grave exec "makoctl list"
+
+ # Screen brightness controls
+ XF86MonBrightnessUp exec "xbacklight -inc 5 -fps 30"
+ XF86MonBrightnessDown exec "xbacklight -dec 5 -fps 30"
+ $mod+Ctrl+Up exec "xbacklight -inc 5 -fps 30"
+ $mod+Ctrl+Down exec "xbacklight -dec 5 -fps 30"
+
+ # Media keys
+ XF86AudioPrev exec --no-startup-id "lmc prev"
+ XF86AudioPlay exec --no-startup-id "lmc toggle"
+ XF86AudioNext exec --no-startup-id "lmc next"
+ XF86AudioRaiseVolume exec --no-startup-id lmc up 5
+ XF86AudioLowerVolume exec --no-startup-id lmc down 5
+ XF86AudioMute exec --no-startup-id lmc mute
+
+ $mod+F5 exec lmc prev
+ $mod+F6 exec lmc toggle
+ $mod+F7 exec lmc next
+
+ # Start Applications
+ $mod+Shift+w exec --no-startup-id $browser
+ $mod+F3 exec menudisplay
+ $mod+r exec $term -e vifm
+ $mod+s exec "xway steam"
+ $mod+m exec $term -e ncmpcpp
+ $mod+o exec --no-startup-id notistats
+ $mod+c exec --no-startup-id camtoggle
+ $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
+
+ # 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
+
+ # Sound
+ $mod+Ctrl+m exec $term -e 'ncpamixer'
+ $mod+Shift+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
+ $mod+i exec --no-startup-id inkscape; gaps inner current set 0; gaps outer current set 0
+
+ # Dropdown/scratchpad applications
+ $mod+Shift+v exec --no-startup-id ddvk
+ $mod+Shift+t exec --no-startup-id ddtelegram
+ $mod+Shift+p exec --no-startup-id ddquakemite
+
+ #focus_follows_mouse no
+
+ # Sticky float to bottom left
+ $mod+Ctrl+b floating toggle; sticky toggle; exec --no-startup-id bottomleft
+ $mod+Shift+b floating toggle; sticky toggle; exec --no-startup-id bottomright
+
+ # change focus
+ $mod+h focus left
+ $mod+j focus down
+ $mod+k focus up
+ $mod+l focus right
+
+ # alternatively, you can use the cursor keys:
+ $mod+Left focus left
+ $mod+Down focus down
+ $mod+Up focus up
+ $mod+Right focus right
+
+ # move focused window
+ $mod+Shift+h move left
+ $mod+Shift+j move down
+ $mod+Shift+k move up
+ $mod+Shift+l move right
+
+ # alternatively, you can use the cursor keys:
+ $mod+Shift+Left move left
+ $mod+Shift+Down move down
+ $mod+Shift+Up move up
+ $mod+Shift+Right move right
+
+ # split orientation
+ $mod+b split h;exec notify-send 'tile horizontally'
+ $mod+v split v;exec notify-send 'tile vertically'
+
+ # toggle fullscreen mode for the focused container
+ $mod+f fullscreen toggle
+
+ # change container layout (stacked, tabbed, toggle split)
+ # $mod+s layout stacking
+ $mod+w layout tabbed
+ $mod+e layout toggle split
+
+ # toggle tiling / floating
+ $mod+Shift+space floating toggle
+
+ # change focus between tiling / floating windows
+ $mod+space focus mode_toggle
+
+ # toggle sticky
+ $mod+Shift+s sticky toggle
+
+ # move the currently focused window to the scratchpad
+ $mod+Shift+minus move scratchpad
+
+ # Show the next scratchpad window or hide the focused scratchpad window.
+ # If there are multiple scratchpad windows, this command cycles through them.
+ $mod+minus scratchpad show
+
+ #navigate workspaces next / previous
+ $mod+Tab workspace next
+ $mod+Shift+Tab workspace prev
+
+ # switch to workspace
+ $mod+1 workspace $ws1
+ $mod+2 workspace $ws2
+ $mod+3 workspace $ws3
+ $mod+4 workspace $ws4
+ $mod+5 workspace $ws5
+ $mod+6 workspace $ws6
+ $mod+7 workspace $ws7
+ $mod+8 workspace $ws8
+ $mod+9 workspace $ws9
+ $mod+0 workspace $ws10
+
+ # Move focused container to workspace
+ $mod+Ctrl+1 move container to workspace $ws1
+ $mod+Ctrl+2 move container to workspace $ws2
+ $mod+Ctrl+3 move container to workspace $ws3
+ $mod+Ctrl+4 move container to workspace $ws4
+ $mod+Ctrl+5 move container to workspace $ws5
+ $mod+Ctrl+6 move container to workspace $ws6
+ $mod+Ctrl+7 move container to workspace $ws7
+ $mod+Ctrl+8 move container to workspace $ws8
+ $mod+Ctrl+9 move container to workspace $ws9
+ $mod+Ctrl+0 move container to workspace $ws10
+
+ # Move to workspace with focused container
+ $mod+Shift+1 move container to workspace $ws1; workspace $ws1
+ $mod+Shift+2 move container to workspace $ws2; workspace $ws2
+ $mod+Shift+3 move container to workspace $ws3; workspace $ws3
+ $mod+Shift+4 move container to workspace $ws4; workspace $ws4
+ $mod+Shift+5 move container to workspace $ws5; workspace $ws5
+ $mod+Shift+6 move container to workspace $ws6; workspace $ws6
+ $mod+Shift+7 move container to workspace $ws7; workspace $ws7
+ $mod+Shift+8 move container to workspace $ws8; workspace $ws8
+ $mod+Shift+9 move container to workspace $ws9; workspace $ws9
+ $mod+Shift+0 move container to workspace $ws10; workspace $ws10
+
+ # reload the configuration file
+ $mod+Shift+r reload
+
+ # restart waybar
+ $mod+Ctrl+r exec --no-startup-id waybar_launch
+
+ # Shut down, restart and locking features
+ $mod+Shift+e exec menusession
+
+ $mod+Shift+y exec --no-startup-id swayresize left
+ $mod+Shift+u exec --no-startup-id swayresize down
+ $mod+Shift+i exec --no-startup-id swayresize up
+ $mod+Shift+o exec --no-startup-id swayresize right
+
+
+ # Lock screen
+ #$mod+x exec --no-startup-id blurlock
+ $mod+x exec --no-startup-id lock-color
+
+ $mod+a gaps inner current plus 5
+ $mod+Shift+a gaps inner current minus 5
+ $mod+Shift+d gaps inner current set 0; gaps outer current set 0
+ $mod+t gaps inner current set 18; gaps outer current set 0
+ $mod+z gaps outer current plus 5
+ $mod+Shift+z gaps outer current minus 5
+}
+
+# bar {
+ # position top
+ # separator_symbol "|"
+
+ # status_command i3blocks
+
+ # colors {
+ # statusline #ffffff
+ # background #000000AA
+ # active_workspace #689d6a #323232 #689d6a
+ # focused_workspace #8ec07c #689d6a #ffffff
+ # }
+# }