summaryrefslogtreecommitdiffstats
path: root/.config/sway
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-04-11 23:42:55 -0400
committerAmin Bandali <bandali@gnu.org>2020-04-11 23:42:55 -0400
commitc4b211177c12a97f8ffe10055325dd90a0a39b31 (patch)
tree645971cff2f6cb44c8628ec29fa3d158815d11f7 /.config/sway
parent5d3bd4099ecff7b02454efcb6f6bb355a992aef8 (diff)
downloadconfigs-c4b211177c12a97f8ffe10055325dd90a0a39b31.tar.gz
configs-c4b211177c12a97f8ffe10055325dd90a0a39b31.tar.xz
configs-c4b211177c12a97f8ffe10055325dd90a0a39b31.zip
delete old config files
- compton - dunst - i3status - sway - swaylock - ncmpcpp - pigeonhole
Diffstat (limited to '')
-rw-r--r--.config/sway/config332
-rw-r--r--.config/sway/darrud19
-rw-r--r--.config/sway/langa17
-rw-r--r--.config/swaylock/config2
4 files changed, 0 insertions, 370 deletions
diff --git a/.config/sway/config b/.config/sway/config
deleted file mode 100644
index 10a0fef..0000000
--- a/.config/sway/config
+++ /dev/null
@@ -1,332 +0,0 @@
-### Variables
-# super
-set $mod Mod4
-# alt
-set $mod2 Mod1
-set $left h
-set $down j
-set $up k
-set $right l
-set $term urxvt
-set $menu rofi -show run -display-run '> ' -display-window ' 🗔 '
-set $pass rofi-pass
-
-### Output configuration
-#
-# Default wallpaper (more resolutions are available in __DATADIR__/backgrounds/sway/)
-#
-# Example configuration:
-#
-# output HDMI-A-1 resolution 1920x1080 position 1920,0
-#
-# You can get the names of your outputs by running: swaymsg -t get_outputs
-
-### Input configuration
-
-input "65261:24672:technomancy_Atreus" {
- repeat_delay 200
- repeat_rate 45
- # xkb_options altwin:swap_alt_win
-}
-
-### Idle configuration
-
-exec swayidle \
- timeout 120 '[ -f ~/.nosleep ] || swaymsg "output * dpms off"' \
- resume '[ -f ~/.nosleep ] || swaymsg "output * dpms on"' \
-
-
-### Key bindings
-#
-# Basics:
-#
-
-set $floating_term $term -name floating
-for_window [class="URxvt" instance="floating"] floating enable
-
-set $mode_launch (⏎)urxvt | | (e)macs | (i)cecat/weasel
-mode "$mode_launch" {
- bindsym Return exec $floating_term, mode "default"
- bindsym p exec $pass, mode "default"
- bindsym e exec emacs, mode "default"
-
- # back to normal: Escape, or q
- bindsym Escape mode "default"
- bindsym q mode "default"
-}
- bindsym $mod+tab mode "$mode_launch"
- bindsym XF86Launch1 mode "$mode_launch"
-
- # start a terminal
- bindsym $mod+Return exec $term
- bindsym $mod+Shift+Return exec $floating_term
-
- # kill focused window
- bindsym $mod+Shift+q kill
-
- # start your launcher
- bindsym $mod+space exec $menu
-
- # start your launcher
- bindsym $mod+Shift+space exec $pass
-
- # Drag floating windows by holding down $mod and left mouse button.
- # Resize them with right mouse button + $mod.
- # Despite the name, also works for non-floating windows.
- # Change normal to inverse to use left mouse button for resizing and right
- # mouse button for dragging.
- floating_modifier $mod normal
-
- mouse_warping none
-
- # reload the configuration file
- bindsym $mod+Shift+c reload
-
- # exit sway (logs you out of your wayland session)
- # bindsym $mod+Shift+e exit
-
- bindsym $mod+apostrophe exec rofi-light # rofi-based brightness chooser
- bindsym XF86MonBrightnessUp exec light -A 5 # increase screen brightness
- bindsym XF86MonBrightnessDown exec light -U 5 # decrease screen brightness
-
- bindsym XF86AudioRaiseVolume exec pamixer --allow-boost --increase 5
- bindsym XF86AudioLowerVolume exec pamixer --allow-boost --decrease 5
- bindsym XF86AudioMute exec pamixer --toggle-mute
- bindsym XF86AudioMicMute exec pactl set-source-mute 1 toggle
-
- bindsym $mod+Shift+apostrophe exec rofi-remmina # choose remmina connection
-
- # original sway workspace switch and window move
- bindsym $mod+bracketleft workspace prev
- bindsym $mod+bracketright workspace next
- bindsym $mod+braceleft move container to workspace prev
- bindsym $mod+braceright move container to workspace next
-
- # bspwm-esque workspace switch and window move
- bindsym $mod2+bracketleft exec sway-ws-util switch prev
- bindsym $mod2+bracketright exec sway-ws-util switch next
- bindsym $mod2+braceleft exec sway-ws-util move prev follow
- bindsym $mod2+braceright exec sway-ws-util move next follow
-#
-# Moving around:
-#
- # Move your focus around
- bindsym $mod+$left focus left
- bindsym $mod+$down focus down
- bindsym $mod+$up focus up
- bindsym $mod+$right focus right
- # or use $mod+[up|down|left|right]
- bindsym $mod+Left focus left
- bindsym $mod+Down focus down
- bindsym $mod+Up focus up
- bindsym $mod+Right focus right
-
- # _move_ the focused window with the same, but add Shift
- bindsym $mod+Shift+$left move left
- bindsym $mod+Shift+$down move down
- bindsym $mod+Shift+$up move up
- bindsym $mod+Shift+$right move right
- # ditto, with arrow keys
- bindsym $mod+Shift+Left move left
- bindsym $mod+Shift+Down move down
- bindsym $mod+Shift+Up move up
- bindsym $mod+Shift+Right move right
-#
-# Workspaces:
-#
- # switch to workspace
- bindsym $mod+1 workspace 1
- bindsym $mod+2 workspace 2
- bindsym $mod+3 workspace 3
- bindsym $mod+4 workspace 4
- bindsym $mod+5 workspace 5
- bindsym $mod+6 workspace 6
- bindsym $mod+7 workspace 7
- bindsym $mod+8 workspace 8
- bindsym $mod+9 workspace 9
- bindsym $mod+0 workspace 10
- # move focused container to workspace
- bindsym $mod+Shift+1 move container to workspace 1
- bindsym $mod+Shift+2 move container to workspace 2
- bindsym $mod+Shift+3 move container to workspace 3
- bindsym $mod+Shift+4 move container to workspace 4
- bindsym $mod+Shift+5 move container to workspace 5
- bindsym $mod+Shift+6 move container to workspace 6
- bindsym $mod+Shift+7 move container to workspace 7
- bindsym $mod+Shift+8 move container to workspace 8
- bindsym $mod+Shift+9 move container to workspace 9
- bindsym $mod+Shift+0 move container to workspace 10
- # Note: workspaces can have any name you want, not just numbers.
- # We just use 1-10 as the default.
-#
-# Layout stuff:
-#
- # You can "split" the current object of your focus with
- # $mod+b or $mod+v, for horizontal and vertical splits
- # respectively.
- bindsym $mod+b splith
- bindsym $mod+v splitv
-
- # Switch the current container between different layout styles
- bindsym $mod+s layout stacking
- bindsym $mod+w layout tabbed
- bindsym $mod+e layout toggle split
-
- # Make the current focus fullscreen
- bindsym $mod+f fullscreen
-
- # Toggle sticky-ness of the current (floating) window
- bindsym $mod+Shift+s sticky toggle
-
- # Toggle the current focus between tiling and floating mode
- bindsym $mod+Shift+f floating toggle
-
- # Swap focus between the tiling area and the floating area
- bindsym $mod+grave focus mode_toggle
-
- # move focus to the parent container
- bindsym $mod+a focus parent
- bindsym $mod+Shift+a focus child
-#
-# Scratchpad:
-#
- # Sway has a "scratchpad", which is a bag of holding for windows.
- # You can send windows there and get them back later.
-
- # Move the currently focused window to the scratchpad
- bindsym $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.
- bindsym $mod+minus scratchpad show
-#
-# Resizing containers:
-#
-mode "resize" {
- # left will shrink the containers width
- # right will grow the containers width
- # up will shrink the containers height
- # down will grow the containers height
- bindsym $left resize shrink width 10px
- bindsym $down resize grow height 10px
- bindsym $up resize shrink height 10px
- bindsym $right resize grow width 10px
-
- # ditto, with arrow keys
- bindsym Left resize shrink width 10px
- bindsym Down resize grow height 10px
- bindsym Up resize shrink height 10px
- bindsym Right resize grow width 10px
-
- # return to default mode
- bindsym Return mode "default"
- bindsym Escape mode "default"
-}
-bindsym $mod+Shift+r mode "resize"
-
-#
-# Power button
-#
-
-set $mode_system System (l)ock | (e)xit sway | (s)uspend | (h)ibernate | (r)eboot | (S)hutdown
-mode "$mode_system" {
- bindsym l exec swaylock, mode "default"
- bindsym e exec swaymsg exit, mode "default"
- bindsym s exec systemctl suspend, mode "default"
- bindsym h exec systemctl hibernate, mode "default"
- bindsym r exec systemctl reboot, mode "default"
- bindsym Shift+s exec systemctl poweroff -i, mode "default"
-
- # back to normal: Enter, Escape, or q
- bindsym Return mode "default"
- bindsym Escape mode "default"
- bindsym q mode "default"
-}
-# bindsym XF86PowerOff mode "$mode_system"
-bindsym $mod+Shift+e mode "$mode_system"
-bindsym XF86ScreenSaver exec swaylock
-
-#
-# Presentation mode
-#
-
-bindsym $mod+$mod2+p exec ([ ! -e ~/.nosleep ] && touch ~/.nosleep || rm ~/.nosleep) && killall -USR1 i3status
-
-#
-# Notifications
-#
-
-bindsym $mod+Shift+n mode notifications
-mode notifications {
- bindsym Return exec makoctl invoke; exec makoctl dismiss; mode default
- bindsym d exec makoctl dismiss; mode default
- bindsym Shift+d exec makoctl dismiss -a; mode default
-
- bindsym Escape mode default
- bindsym q mode default
-}
-
-#
-# Screenshotting
-#
-
-set $mode_screenshot (a)ll | (r)egion
-mode "$mode_screenshot" {
- bindsym a exec grim $(xdg-user-dir PICTURES)/shots/$(date +'%Y-%m-%d-%H%M%S.png'); mode default
- bindsym r exec grim -g "$(slurp)" $(xdg-user-dir PICTURES)/shots/$(date +'%Y-%m-%d-%H%M%S.png'); mode default
-
- bindsym Escape mode default
- bindsym q mode default
-}
-bindsym Print mode "$mode_screenshot"
-
-#
-# Window configurations
-#
-for_window [class="mpv"] floating enable
-for_window [class="TelegramDesktop"] floating enable
-for_window [app_id="pavucontrol"] floating enable
-for_window [app_id="meld"] floating enable
-for_window [app_id="nm-connection-editor"] floating enable
-
-set $blue #285577
-set $gray #1e1f21
-set $red #900000
-
-#
-# Status Bar:
-#
-# Read `man 5 sway-bar` for more information about this section.
-bar {
- position bottom
- colors {
- background $gray
- inactive_workspace $gray $gray #888888
- active_workspace $gray $gray #ffffff
- urgent_workspace $red $red #ffffff
- focused_workspace $blue $blue #ffffff
- }
- status_command i3status | my-i3status
-}
-
-client.focused $blue $blue #ffffff $blue $blue
-client.unfocused $gray $gray #ffffff $gray $gray
-client.focused_inactive $gray $gray #ffffff $gray $gray
-
-# font pango: DejaVu Sans Mono 9
-font pango: Source Code Pro 9.5
-
-# get rid of title bars
-default_border pixel 4
-
-exec xrdb .Xresources
-# exec pgrep -x "systemd-inhibit" || \
-# systemd-inhibit --what=handle-power-key --who=aminb \
-# --why="Handle power button in sway" sleep infinity
-exec mako 2>&1 >/tmp/mako.log
-#exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
-
-include /etc/sway/config.d/*
-include ~/.config/sway/`hostname`
-
-exec systemd-notify --ready || true
diff --git a/.config/sway/darrud b/.config/sway/darrud
deleted file mode 100644
index 4821860..0000000
--- a/.config/sway/darrud
+++ /dev/null
@@ -1,19 +0,0 @@
-output HDMI-A-1 res 2560x1440 pos 0,0
-output eDP-1 pos 2560,750
-
-# focus output HDMI-A-1
-
-input "1739:31251:DLL07BE:01_06CB:7A13_Touchpad" {
- dwt enabled
- tap enabled
- natural_scroll enabled
- middle_emulation enabled
- click_method clickfinger
-}
-
-input "1:1:AT_Translated_Set_2_keyboard" {
- repeat_delay 200
- repeat_rate 45
- xkb_layout us,ir
- xkb_options ctrl:nocaps,ctrl:swap_rwin_rctl,grp:shifts_toggle
-}
diff --git a/.config/sway/langa b/.config/sway/langa
deleted file mode 100644
index eaac0e1..0000000
--- a/.config/sway/langa
+++ /dev/null
@@ -1,17 +0,0 @@
-input "2:7:SynPS/2_Synaptics_TouchPad" {
- events disabled
- dwt enabled
- tap enabled
- natural_scroll enabled
- click_method clickfinger
-}
-
-input "1:1:AT_Translated_Set_2_keyboard" {
- repeat_delay 200
- repeat_rate 45
- xkb_layout us_ab,ir
- xkb_options ctrl:nocaps,altwin:swap_alt_win,grp:shifts_toggle
-}
-
-input "1386:230:Wacom_ISDv4_E6_Finger" map_to_output LVDS-1
-input "1386:230:Wacom_ISDv4_E6_Pen" map_to_output LVDS-1
diff --git a/.config/swaylock/config b/.config/swaylock/config
deleted file mode 100644
index 779d040..0000000
--- a/.config/swaylock/config
+++ /dev/null
@@ -1,2 +0,0 @@
-image=/home/amin/usr/pics/wp/wp2445784-blurred-wallpapers.jpg
-scaling=fill