Adapt to adnw layout
This commit is contained in:
parent
e3f2e4d527
commit
7511309f1c
2 changed files with 12 additions and 7 deletions
3
emacs.el
3
emacs.el
|
|
@ -74,6 +74,7 @@
|
||||||
;; (straight-use-package 'mingus)
|
;; (straight-use-package 'mingus)
|
||||||
(straight-use-package 'ace-window)
|
(straight-use-package 'ace-window)
|
||||||
;; (straight-use-package 'projectile)
|
;; (straight-use-package 'projectile)
|
||||||
|
(straight-use-package 'osm)
|
||||||
|
|
||||||
;; Emacs Configuration
|
;; Emacs Configuration
|
||||||
(setq inhibit-splash-screen t)
|
(setq inhibit-splash-screen t)
|
||||||
|
|
@ -167,5 +168,5 @@
|
||||||
|
|
||||||
(use-package ace-window
|
(use-package ace-window
|
||||||
:config
|
:config
|
||||||
(setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l))
|
(setq aw-keys '(?h ?i ?e ?a ?t ?r ?n ?s))
|
||||||
:bind (("C-x o" . ace-window)))
|
:bind (("C-x o" . ace-window)))
|
||||||
|
|
|
||||||
16
sway/config
16
sway/config
|
|
@ -11,12 +11,12 @@ include localconfig
|
||||||
# Logo key. Use Mod1 for Alt.
|
# Logo key. Use Mod1 for Alt.
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
# Home row direction keys, like vim
|
# Home row direction keys, like vim
|
||||||
set $left h
|
set $left d
|
||||||
set $down j
|
set $down t
|
||||||
set $up k
|
set $up r
|
||||||
set $right l
|
set $right n
|
||||||
# Your preferred terminal emulator
|
# Your preferred terminal emulator
|
||||||
set $term env XCURSOR_THEME=Adwaita foot
|
set $term env XCURSOR_THEME=Adwaita footclient
|
||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||||
# on the original workspace that the command was run on.
|
# on the original workspace that the command was run on.
|
||||||
|
|
@ -36,6 +36,10 @@ exec swayidle -w \
|
||||||
# your displays after another 300 seconds, and turn your screens back on when
|
# your displays after another 300 seconds, and turn your screens back on when
|
||||||
# resumed. It will also lock your screen before your computer goes to sleep.
|
# resumed. It will also lock your screen before your computer goes to sleep.
|
||||||
|
|
||||||
|
### Start foot server
|
||||||
|
|
||||||
|
exec foot --server
|
||||||
|
|
||||||
### Other configuration
|
### Other configuration
|
||||||
# Hide edge borders smart
|
# Hide edge borders smart
|
||||||
hide_edge_borders smart
|
hide_edge_borders smart
|
||||||
|
|
@ -191,7 +195,7 @@ mode "resize" {
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
}
|
}
|
||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+k mode "resize"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Status Bar:
|
# Status Bar:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue