A lot of laptop changes
This commit is contained in:
parent
daf130a30a
commit
99fc0cf593
|
@ -72,7 +72,7 @@
|
||||||
(if (= "syl\n" stdout)
|
(if (= "syl\n" stdout)
|
||||||
(global laptop true)
|
(global laptop true)
|
||||||
(global laptop false))))
|
(global laptop false))))
|
||||||
(local laptop false)
|
(local laptop true)
|
||||||
|
|
||||||
;; Table of layouts to cover with awful.layout.inc, order matters.
|
;; Table of layouts to cover with awful.layout.inc, order matters.
|
||||||
(set awful.layout.layouts [
|
(set awful.layout.layouts [
|
||||||
|
@ -328,8 +328,8 @@
|
||||||
3 s.tempspace
|
3 s.tempspace
|
||||||
:layout wibox.layout.fixed.horizontal}))
|
:layout wibox.layout.fixed.horizontal}))
|
||||||
|
|
||||||
(set s.volumetext (awful.widget.watch "pamixer --get-volume-human" 1))
|
(set s.volumetext (awful.widget.watch "pamixer --get-volume-human" 0.5))
|
||||||
(set s.mictext (awful.widget.watch "pamixer --source 48 --get-volume-human" 1))
|
(set s.mictext (awful.widget.watch "pamixer --default-source --get-volume-human" 1))
|
||||||
(set s.volumeicon (wibox.widget.textbox " "))
|
(set s.volumeicon (wibox.widget.textbox " "))
|
||||||
(set s.micicon (wibox.widget.textbox " "))
|
(set s.micicon (wibox.widget.textbox " "))
|
||||||
(set s.volumespace (wibox.widget.textbox " "))
|
(set s.volumespace (wibox.widget.textbox " "))
|
||||||
|
@ -355,7 +355,7 @@
|
||||||
(set s.batterytext (awful.widget.watch "cat /sys/class/power_supply/BAT1/capacity" 30))
|
(set s.batterytext (awful.widget.watch "cat /sys/class/power_supply/BAT1/capacity" 30))
|
||||||
(set s.batterytext2 (awful.widget.watch "cat /sys/class/power_supply/BAT2/capacity" 30))
|
(set s.batterytext2 (awful.widget.watch "cat /sys/class/power_supply/BAT2/capacity" 30))
|
||||||
(set s.batteryicon (wibox.widget.textbox " "))
|
(set s.batteryicon (wibox.widget.textbox " "))
|
||||||
(set s.batteryspace (wibox.widget.textbox " "))
|
(set s.batteryspace (wibox.widget.textbox " "))
|
||||||
|
|
||||||
(set s.batterywidget { 1 { 1 { 1 (wibox.widget {
|
(set s.batterywidget { 1 { 1 { 1 (wibox.widget {
|
||||||
1 s.batteryicon
|
1 s.batteryicon
|
||||||
|
|
|
@ -143,7 +143,7 @@
|
||||||
{:description "launch eshell in new emacs frame" :group "apps" })
|
{:description "launch eshell in new emacs frame" :group "apps" })
|
||||||
(awful.key [ modkey ] "e" (fn [] (awful.spawn "emacsclient -c -a 'emacs'"))
|
(awful.key [ modkey ] "e" (fn [] (awful.spawn "emacsclient -c -a 'emacs'"))
|
||||||
{:description "launch new emacs frame" :group "apps" })
|
{:description "launch new emacs frame" :group "apps" })
|
||||||
(awful.key [ modkey ] "p" (fn [] (awful.spawn "rofi-rbw"))
|
(awful.key [ modkey ] "p" (fn [] (awful.spawn "rofi-pass"))
|
||||||
{:description "select pass" :group "apps" })
|
{:description "select pass" :group "apps" })
|
||||||
(awful.key [ modkey shift ] "w" (fn [] (awful.spawn "libreoffice --writer"))
|
(awful.key [ modkey shift ] "w" (fn [] (awful.spawn "libreoffice --writer"))
|
||||||
{:description "Open Writer" :group "apps" })
|
{:description "Open Writer" :group "apps" })
|
||||||
|
|
|
@ -105,16 +105,18 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
;; Tell qb to open primarily on the secondary monitor
|
;; Tell qb to open primarily on the secondary monitor
|
||||||
;; {
|
{
|
||||||
;; :rule_any {
|
:rule_any {
|
||||||
;; :class [
|
:class [
|
||||||
;; "qutebrowser"
|
"qutebrowser"
|
||||||
;; ]
|
]
|
||||||
;; }
|
}
|
||||||
;; :properties {
|
:properties {
|
||||||
;; :screen (screen.count)
|
:screen (screen.count)
|
||||||
;; }
|
:focus awful.client.focus.filter
|
||||||
;; }
|
:raise true
|
||||||
|
}
|
||||||
|
}
|
||||||
;; floating windows
|
;; floating windows
|
||||||
{
|
{
|
||||||
:rule_any {
|
:rule_any {
|
||||||
|
|
|
@ -29,13 +29,13 @@ matches:
|
||||||
params:
|
params:
|
||||||
cmd: "echo Hello from your shell"
|
cmd: "echo Hello from your shell"
|
||||||
|
|
||||||
- trigger: "gml"
|
- trigger: ":gml"
|
||||||
replace: "ccochrun21@gmail.com"
|
replace: "ccochrun21@gmail.com"
|
||||||
|
|
||||||
- trigger: "otl"
|
- trigger: ":otl"
|
||||||
replace: "chris.cochrun@outlook.com"
|
replace: "chris.cochrun@outlook.com"
|
||||||
|
|
||||||
- trigger: "tfcml"
|
- trigger: ":tfcml"
|
||||||
replace: "chris@tfcconnection.org"
|
replace: "chris@tfcconnection.org"
|
||||||
|
|
||||||
- trigger: ":name"
|
- trigger: ":name"
|
||||||
|
|
|
@ -94,11 +94,11 @@ fading = true;
|
||||||
|
|
||||||
# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028)
|
# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028)
|
||||||
# fade-in-step = 0.028
|
# fade-in-step = 0.028
|
||||||
fade-in-step = 0.01;
|
fade-in-step = 0.08;
|
||||||
|
|
||||||
# Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03)
|
# Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03)
|
||||||
# fade-out-step = 0.03
|
# fade-out-step = 0.03
|
||||||
fade-out-step = 0.01;
|
fade-out-step = 0.08;
|
||||||
|
|
||||||
# The time between steps in fade step, in milliseconds. (> 0, defaults to 10)
|
# The time between steps in fade step, in milliseconds. (> 0, defaults to 10)
|
||||||
# fade-delta = 10
|
# fade-delta = 10
|
||||||
|
|
|
@ -11,6 +11,7 @@ settings:
|
||||||
content.notifications.enabled:
|
content.notifications.enabled:
|
||||||
https://jelly.cochrun.xyz: true
|
https://jelly.cochrun.xyz: true
|
||||||
https://nc.cochrun.xyz: false
|
https://nc.cochrun.xyz: false
|
||||||
|
https://toolbox.iskysoft.com: false
|
||||||
https://www.facebook.com: false
|
https://www.facebook.com: false
|
||||||
https://www.g2a.com: false
|
https://www.g2a.com: false
|
||||||
https://www.reddit.com: false
|
https://www.reddit.com: false
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
[FileDialog]
|
[FileDialog]
|
||||||
<<<<<<< HEAD
|
="======"
|
||||||
history=file:///home/chris/Videos/vimeo, file:///home/chris/Pictures/tfc, file:///home/chris/Pictures, file:///home/chris/Videos, file:///home/chris, file:///home/chris/Downloads
|
|
||||||
lastVisited=file:///home/chris/Downloads
|
|
||||||
=======
|
|
||||||
history=file:///home/chris/Pictures/tfc, file:///home/chris/Pictures, file:///home/chris/Videos, file:///home/chris, file:///home/chris/Downloads
|
history=file:///home/chris/Pictures/tfc, file:///home/chris/Pictures, file:///home/chris/Videos, file:///home/chris, file:///home/chris/Downloads
|
||||||
lastVisited=file:///home/chris/Pictures
|
lastVisited=file:///home/chris
|
||||||
>>>>>>> 7178f581f46a6fbcfa03c256db5fbed1afc2faa5
|
|
||||||
qtVersion=5.15.2
|
qtVersion=5.15.2
|
||||||
shortcuts=file:, file:///home/chris
|
shortcuts=file:, file:///home/chris
|
||||||
sidebarWidth=116
|
sidebarWidth=116
|
||||||
|
|
|
@ -10,4 +10,4 @@ configuration {
|
||||||
run-command: "fish -c {cmd}";
|
run-command: "fish -c {cmd}";
|
||||||
run-list-command: "fish -c functions";
|
run-list-command: "fish -c functions";
|
||||||
}
|
}
|
||||||
@import "/home/chris/.dotfiles/rofi/launchers-git/blurry.rasi"
|
@import "/home/chris/.dotfiles/rofi/launchers-git/laptop.rasi"
|
||||||
|
|
|
@ -21,7 +21,7 @@ configuration {
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
backgrounkd: #12121222;
|
backgrounkd: #12121222;
|
||||||
background-color: #00222b33;
|
background-color: #00222b33;
|
||||||
background-entry: #000000;
|
background-entry: #000000;
|
||||||
background-alt: #323232;
|
background-alt: #323232;
|
||||||
|
@ -45,7 +45,7 @@ configuration {
|
||||||
base0D: #57c7ff;
|
base0D: #57c7ff;
|
||||||
base0E: #ff6ac1;
|
base0E: #ff6ac1;
|
||||||
base0F: #b2643c;
|
base0F: #b2643c;
|
||||||
base00t: #282a36BB;
|
base00t: #282a3655;
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
|
|
|
@ -10,6 +10,6 @@
|
||||||
|
|
||||||
|
|
||||||
configuration {
|
configuration {
|
||||||
font: "VictorMono Nerd Font 14.0";
|
font: "VictorMono Nerd Font 28.0";
|
||||||
}
|
}
|
||||||
@import "/home/chris/.dotfiles/rofi/launchers-git/blurry.rasi"
|
@import "/home/chris/.dotfiles/rofi/launchers-git/blurry.rasi"
|
||||||
|
|
Loading…
Reference in a new issue