a lot of little things
This commit is contained in:
parent
c4cd1393a5
commit
69d1f1319d
9 changed files with 25 additions and 15 deletions
|
@ -738,14 +738,13 @@
|
|||
(awful.spawn.once "picom --experimental-backend")
|
||||
(awful.spawn.once "/usr/lib/polkit-kde-authentication-agent-1")
|
||||
(awful.spawn.once "feh --bg-fill /home/chris/Pictures/wallpapers/tech.jpg")
|
||||
(awful.spawn.once "caffeine")
|
||||
(awful.spawn.once "bluetoothctl power on")
|
||||
(awful.spawn.once "nextcloud --background")
|
||||
;; (awful.spawn.once "nextcloud --background")
|
||||
(awful.spawn.once "rbw-agent")
|
||||
(awful.spawn.once "killall jellyfin-mpv-shim && jellyfin-mpv-shim")
|
||||
(awful.spawn.once "xset r rate 220 90")
|
||||
(awful.spawn.once "/usr/lib/kdeconnectd")
|
||||
;;(awful.spawn.once "autorandr -c")
|
||||
(awful.spawn.once "emacs --daemon")
|
||||
(if laptop (awful.spawn.once "nm-applet"))
|
||||
(awful.spawn.once "xcape -e 'Super_L=Super_L|Control_L|Escape'")
|
||||
(awful.spawn.once "xcape -e 'Alt_L=Super_L|W'")
|
||||
|
|
|
@ -153,7 +153,7 @@
|
|||
;; Programs
|
||||
(awful.key [ modkey ] "d" (fn [] (awful.spawn "emacsclient -c -e '(dired-jump)'"))
|
||||
{:description "launch dired in new emacs frame" :group "apps" })
|
||||
(awful.key [ modkey shift ] "d" (fn [] (awful.spawn "env QT_QPA_PLATFORMTHEME=qt5ct dolphin"))
|
||||
(awful.key [ modkey shift ] "d" (fn [] (awful.spawn "dolphin --platformtheme qt5ct"))
|
||||
{:description "launch dolphin file browser" :group "apps" })
|
||||
(awful.key [ modkey ] "x" (fn [] (awful.spawn "emacsclient -c -e '(org-capture)'"
|
||||
{:floating true :placement awful.placement.centered :class "org-agenda" :instance "org-agenda"}))
|
||||
|
@ -172,7 +172,7 @@
|
|||
{:description "select pass" :group "apps" })
|
||||
(awful.key [ modkey shift ] "w" (fn [] (awful.spawn "libreoffice --writer"))
|
||||
{:description "Open Writer" :group "apps" })
|
||||
(awful.key [modkey] "b" (fn [] (awful.spawn "qblof"))
|
||||
(awful.key [modkey] "b" (fn [] (awful.spawn "fflof"))
|
||||
{:description "launch browser" :group "apps"})
|
||||
;; rofi
|
||||
(awful.key [] "Menu" (fn [] (awful.spawn "/home/chris/.config/rofi/launchers-git/launcher.sh"))
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
pcall(require, "luarocks.loader")
|
||||
fennel = require("fennel")
|
||||
local gears = require("gears")
|
||||
local naughty = require("naughty")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue